k8s: Essential commandsIn 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...Nov 12, 2023·2 min read