Maxat Akbanovbrain2life.hashnode.dev·6 hours agoGet started with multi-stage builds in DockerA multi-stage Docker builds is an advanced approach used in Docker to optimize the building of Docker images, especially for applications that require a compilation or build process. This approach allows you to create multiple stages in a single Dock...DiscussdockerDevops
LARION JSClarionjsc.hashnode.dev·Dec 1, 2023Unveiling the Performance Differences: Virtualization vs. Containerization vs. Bare-MetalAs technology continues its relentless evolution, the landscape of deploying applications and managing resources has undergone a profound transformation. Virtualization and containerization have emerged as prominent solutions, each catering to distin...Discussvirtualization
Faizul Karimdevopsmajor.hashnode.dev·Nov 29, 2023Unlocking the Power of KubernetesWhat is "Kubernetes ☸"? Kubernetes is an open-source system for automating deployment scaling and management of containerized application. Why "Kubernetes ☸" was needed? Self Healing In the microservice architecture there might be many containers ...DiscussKubernetes
Dhanush Ndhanushnehru.hashnode.dev·Nov 27, 2023Understanding Kubernetes: Detailed Look at the Essential ElementsIntroduction: The open-source container orchestration technology Kubernetes has emerged as a key component of contemporary application deployment and management. Anyone venturing into the field of containerized apps must have a firm understanding of ...DiscussKubernetes
Vyankateshwar Taikarvtaikar.hashnode.dev·Nov 26, 2023Basics Of Docker 🚢Introduction 🚢 Welcome to the exciting world of Docker! If you've ever wondered how to package, ship, and run applications seamlessly, Docker is your magic wand. 🐳 🐳 Docker is a powerful tool that simplifies the process of developing, shipping, an...Discuss·41 reads#dockerbasics
Md Nur Mohammadmohammadwithdevops.hashnode.dev·Nov 22, 2023Multi-Node Kubernetes Cluster Setup Using KubeadmThis blog provides step-by-step instructions for setting up a multi-node Kubernetes cluster using Kubeadm. Importantly, avoid preflight errors. Overview This guide provides detailed instructions for setting up a multi-node Kubernetes cluster using Ku...DiscussDevops
Mrinalini Vermamrinalinivverma.hashnode.dev·Nov 22, 2023Master Kubernetes With meKubernetes is a open source container orchestration platform which was developed by Google and now handled by Cloud Native Computing Foundation (CNCF). Why Kubernetes? Container Orchestration Containerization Self Healing Robust Scalability Rol...Discuss#KeepingDevOpssimple
Poorvashapoorva.hashnode.dev·Nov 21, 2023Use Cases for creating a Docker image from a containerGenerating a Docker image from a container proves invaluable in various scenarios, offering practical solutions and enhancing development workflows. Preserving Configuration Changes: When you run a container, you might make configuration changes or...Discuss·28 readsDocker
VIKRAM SINGHithub.hashnode.dev·Nov 20, 2023Deploying a Python Flask Application with DockerPython Flask application using Docker. This guide assumes that you have a basic understanding of Docker and that you have Docker installed on your machine. Introduction Docker is a powerful platform for automating the deployment of applications in li...DiscussDevops
Akshay Kamblegadgetfather.hashnode.dev·Nov 14, 2023Optimizing the docker image size for your react applicationif you have been working on a web development project for a long time, you already know how containerization is useful. Although there are some alternative ways to deploy your apps without containerizing them (like Vercel and Netlify). But if your co...Discuss·2 likesDocker