Kubernetes Basics
Context :
In Kubernetes, a context is essentially a named configuration that tells kubectl which cluster to talk to, which user credentials to use, and which namespace to default to.
A context is made up of three things:
Cluster → The Kubernetes API...
mysoftwarediary.com3 min read