MMoshinmosh.hashnode.dev·Nov 12, 2023 · 2 min readk8s: 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...00
MMoshinmosh.hashnode.dev·Aug 16, 2022 · 2 min readDocker - Best practices (Part 1)Use existing image that needed software is already installed Description By using images that have the required software already installed, you can save a lot of time. Real-world case You have created Spring Boot Java application that uses Gradle bui...00