Difference between revisions of "Kubernetes quiz"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  
 
=== Where is <code>[[kubectl]]</code> access configured? ===
 
=== Where is <code>[[kubectl]]</code> access configured? ===
* It is configured in the <code>[[kubeconfig]]</code> file
+
* It is configured in the <code>[[kubeconfig]]</code> file.
  
 
=== Where does [[Kubernetes]] connect in the [[cluster]]? ===
 
=== Where does [[Kubernetes]] connect in the [[cluster]]? ===
* Connects through the
+
* Connects through the [[Kubernetes API|API]].
  
 
=== Where is configured the Kubernetes [[Kubernetes API|API]]? In public or private IP? ===
 
=== Where is configured the Kubernetes [[Kubernetes API|API]]? In public or private IP? ===
 
+
* It depends, it can be both.
  
 
=== Can I protect the range of connections from the public [[IP]] of <code>[[eks]]</code>? ===
 
=== Can I protect the range of connections from the public [[IP]] of <code>[[eks]]</code>? ===
 
+
* Yes, it can be through the [[AWS CLI]] or webconsole.
  
 
=== How to access your API if it is in private IP? ===
 
=== How to access your API if it is in private IP? ===
 +
* With [[VPN]] connection.
  
 +
=== How to connect to a cluster ===
 +
* [[Connect to K8s cluster]]
  
 
== See also ==
 
== See also ==
 
* {{quiz}}
 
* {{quiz}}
* {{kubectl}}
+
* {{kubernetes}}
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

Latest revision as of 07:49, 31 October 2022

Where is kubectl access configured?[edit]

Where does Kubernetes connect in the cluster?[edit]

  • Connects through the API.

Where is configured the Kubernetes API? In public or private IP?[edit]

  • It depends, it can be both.

Can I protect the range of connections from the public IP of eks?[edit]

  • Yes, it can be through the AWS CLI or webconsole.

How to access your API if it is in private IP?[edit]

  • With VPN connection.

How to connect to a cluster[edit]

See also[edit]

Advertising: