k8s: Essential commands
In this article, I'll show essential commands that you use every day to work with k8s cluster.
Commands
Object creation, updating and deleting commands
kubectl run app --image=nginx - Create and start a new pod that uses the nginx image
kubectl crea...
mosh.hashnode.dev2 min read