Basic Commands
Notes on Kubernetes (K8s) Orchestration Platform
Overview
Key Features and Capabilities
Basic Commands for Cluster Management
minikube start
kubectl get pods
kubectl get deployment
kubectl get services
kubectl get rs
kubectl delete deployment <deployment name>
References
Last updated