intro
1. Install Kubernetes:
2. Understand Kubernetes Components:
3. Create and Manage Deployments:
kubectl apply -f your-deployment.yaml
4. Check Status and Logs:
kubectl get deployments kubectl get pods kubectl get serviceskubectl logs <pod-name>