Nahidnahidislam.hashnode.dev·Sep 19, 2024Microservices, Containerization and VirtualizationMicroservices: This is an architectural approach where an application is broken down into small, independent services that each handle a specific function. Instead of one large application, you have multiple small services that work together, which m...Discuss·1 likeMicroservices
Metta Surendharmettasurendhar.hashnode.dev·Aug 20, 2024The Evolution and Power of Containers: From FreeBSD Jail to Docker and BeyondIntroduction The world of software development has changed a lot in the past decade, mainly because of container technology. What started as a small solution for isolating processes is now a key part of how we develop and deploy apps. From the early ...Discusspodman container
Metta Surendharmettasurendhar.hashnode.dev·Aug 13, 2024Exploring Podman and Beyond: Open Source Alternatives to Docker for Secure ContainerizationAttending the CNCF Chennai Meetup was an enlightening experience, particularly with the insightful talk by Ram, Chief Evangelist at the Cloud Foundry Foundation. His presentation, titled "Cloud Native Containers: Myth, Truth, or Marketing?," provided...Discuss·44 readspodman
RAKESH DUTTAdailydoseindevops.hashnode.dev·Aug 4, 2024Have a look inside of a Containerization 🙄.Containers are a way to run applications in separate and isolated environments on the same operating system. They’re lighter and more efficient than traditional virtual machines because they share the host system's resources. Containers combine every...DiscussDevOps Slow to Flow </>containerization
Hrushikesh Dagwarhrushikeshdagwar.hashnode.dev·Mar 12, 2024Docker Says, Goodbye to 'Just Works on My Machine'Introduction In the rapidly evolving tech landscape, Docker has emerged as a revolutionary solution for software development and deployment using containerization technology. Docker is an open platform for developing, shipping, and running applicatio...Discuss·1 like·66 readsDocker beyond MicroservicesDocker
Abraham DahunsiforfreeCodeCampfreecodecamp.org·Feb 15, 2024How to Set Up Argo Workflows on KubernetesArgo Workflows is an open source project that enables the orchestration of multiple Kubernetes jobs. Argo Workflows is implemented as a Kubernetes custom resource definition (CRD), which means it is native to the Kubernetes ecosystem and can run on a...Discusscontainer
Rodrigo Kamadarodrigokamada.hashnode.dev·Jan 3, 2024Creating and running an Angular application in a Docker containerIntroduction In this article, a WEB application will be created using the latest version of Angular, a Docker image will be created and this image will be run in a Docker container. Prerequisites Before you start, you need to install and configure th...Discuss·26 readsAngular
Manav SarkarforAll About Flutter | Flutter and Dartwww.allaboutflutter.com·Dec 1, 2023Container Box Shadow - Box Decoration - FlutterThe Flutter Container widget is one of the basic components and provides a lot of features such as background colouring, painting, positioning elements, etc. In this tutorial, we are going to learn to add Box Shadow to Container. Box shadow is a list...Discuss·684 readscontainer
Ravikant RathodforRavikant Rathod's team bloggainknowledge.hashnode.dev·May 13, 2023Architecture of YARN in HadoopYARN ARCHITECTURE \=> Yarn is used for resource management Apache Hadoop YARN Architecture consists of the following main components : Resource Manager Node Manager Application Master container ✍️ Resource Manager : 1. It is the ultimate author...Discuss·1 like·30 readsResource Manager
Sushrut Netkarsushrutnetkar.hashnode.dev·Apr 24, 2023Streamlining Your Kubernetes Cluster Setup with KubeadmKubeadm is a tool that automates the process of setting up a Kubernetes cluster. It streamlines the process of setting up the control plane, including configuring the API server, controller manager, and scheduler, and creating the necessary Kubernete...Discuss·30 readsKubernetes