Ashwinashwinrajendran.hashnode.dev·Sep 11, 2024Top 10 Kubernetes commands that most DevOps engineersList of the top 10 Kubernetes commands that most DevOps engineers use daily: 💎 kubectl get: List resources in a cluster.🔯 kubectl get pods /services /deployments💎 kubectl describe: Show detailed information about a resource.🔯 kubectl describe p...kubernetesKubernetes
Ashwinashwinrajendran.hashnode.dev·May 22, 2024K8's commandskubectl create: Create a Kubernetes resource from a file or from standard input. kubectl apply: Apply changes to a Kubernetes resource using a configuration file. kubectl get: Display information about Kubernetes resources, such as pods, services, ...kubernetesMost commonly used Kubernetes Commands
Charan kumarcharankumar.hashnode.dev·May 26, 2023Most frequently used Kubernetes commandsTools used kubectl — Command line utility to talk to Kubernetes cluster kubeadm — Used to bootstrap the cluster kubefed — Command line to control a Kubernetes Cluster Federation Commands Run curl test temporarily kubectl run --rm mytest --image=...Most frequently used Kubernetes commands