Difference between revisions of "Kubernetes quiz"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
=== 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]]? ===

Revision as of 17:50, 29 September 2022

Where is kubectl access configured?

Where does Kubernetes connect in the cluster?

  • Connects through the API.

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

  • It depends, it can be both.

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

  • Yes, it can be through the AWS CLI.

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

  • With VPN connection.

See also

Advertising: