Friday, July 3, 2020

Q27

Answer :
Key pair is used to log in to your instance securely. This is public-key cryptography to secure the login information for your instance.

No comments:

Post a Comment

Managing Kubernetes Resources

kubectl: This is the command-line interface for interacting with Kubernetes clusters. # list running Pods kubectl get pods # list running Se...