To Change K8s Context in Your Preferred Cloud * Get a list of all K8s Contexts by using the following command: kubectl config get- swXtch.io docs/deploying-airbyte/on-kubernetes.md - ariyan.majidi - Hamgit.ir Getting Started * Cluster Setup. For local testing we recommend following one of the following setup guides: Docker Desktop (Mac) ... Hamgit.ir r/kubernetes on Reddit: What special settings, tricks, or hacks do you ... Nov 22, 2023 —
Set an alias for even faster switching:
The biggest risk when working with multiple clusters is "context bleeding"—accidentally running a destructive command on a production cluster when you thought you were in development. To prevent this, many DevOps engineers use shell prompts that dynamically display the current Kubernetes context. kubectl use-context
# Switch to dev environment kubectl config use-context dev-cluster To Change K8s Context in Your Preferred Cloud
kubectl get pods