0% found this document useful (0 votes)
6 views1 page

Kubectl

Uploaded by

haidazakariyae
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Kubectl

Uploaded by

haidazakariyae
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1/9/24, 10:28 PM about:blank

Cheat Sheet: Understanding Kubernetes Architecture

Command Description
for …do Runs a for command multiple times as specified.
kubectl apply Applies a configuration to a resource.
kubectl config get-clusters Displays clusters defined in the kubeconfig.
kubectl config get-contexts Displays the current context.
kubectl create Creates a resource.
kubectl delete Deletes resources.
kubectl describe Shows details of a resource or group of resources.
kubectl expose Exposes a resource to the internet as a Kubernetes service.
kubectl get Displays resources.
kubectl get pods Lists all the Pods.
kubectl get pods -o wide Lists all the Pods with details.
kubectl get deployments Lists the deployments created.
kubectl get services Lists the services created.
kubectl proxy Creates a proxy server between a localhost and the Kubernetes API server.
kubectl run Creates and runs a particular image in a pod.
kubectl version Prints the client and server version information.

© IBM Corporation 2022. All rights reserved.

about:blank 1/1

You might also like