Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Sep 21, 2024K8s-Why, What and HowWhy Kubernetes ? Historical context for Kubernetes: Let's take a look at why Kubernetes is so useful by going back in time. Example: Traditional Deployment Era: Applications ran on physical servers, but resources weren't efficiently shared. Limitat...Discuss·1 like·73 readsKubernetes Basics: A Beginner’s GuideKubernetes
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
Ritesh Kumar Nayakwww.devopswithritesh.in·Aug 30, 2024Managing Containers with Azure DevOpsWhat's inside? Understanding Virtual Machines vs Containers Challenges with non-containerized applications Containerize a Webapp What are Azure Container Instances(ACI) Azure DevOps CI/CD pipeline to deploy to ACI VMs vs Containers Virtual Mac...Discuss·44 reads#AzureDevOps
Obiajulu Ezikede-marauder.hashnode.dev·Mar 5, 2024What’s in a Container?Ever wondered what makes a container tick? In this article, we’ll take a deep dive into containers and answer this question. You probably already know the common definition of a container, "a lightweight Virtual Machine for packaging software amongst...Discuss·10 likes·72 readsContainerscontainers
Chandana Mahapatratechblogchandana.hashnode.dev·Nov 21, 2023Demystifying Docker: A Comprehensive Guide to Containers and MoreUnderstanding VMs and Containers What is a Virtual Machine (VM)? A computer file, known as an image, behaves like an actual computer within a computer. Runs in a window, providing the user with an experience similar to the host operating system. ...Discuss#startingdocker
Redaoui97redaoui.hashnode.dev·Nov 10, 2023Containerization with DockerVirtualization Is a technology that lets you create useful IT services using resources that are linked to hardware. It allows you to use the physical machine by distributing its capabilities. Types of virtualization Data Virtualization: Consolidate...Discuss·3 likes·139 readsDocker
Md Ahteshammdahtesham.hashnode.dev·Aug 20, 2023Docker - basics to Advance Part 1Embarking on a journey into the world of containers and virtualization with Docker! In this blog, we'll explore the fascinating realm of containerization and how it's revolutionizing application deployment. Container : A container is a standard unit...Discuss·1 like·138 readsDocker
karthik nadarkarthiknadar1204.hashnode.dev·Jun 5, 2023Docker for Beginners: Getting Started with ContainerizationIn this blog, we will dive into the world of Docker and explore its basics, shedding light on its fundamental concepts, advantages, and use cases. Whether you are a developer, system administrator, or IT professional, this beginner's guide aims to eq...Discuss·23 likes·65 readsDevops
Kalpana Mamnanikalpana-1680458792430.hashnode.dev·May 13, 2023Containerization vs Hypervisor: The Key DifferencesContainerization and hypervisor technology are both virtualization technologies used to create isolated environments for running applications. However, they heavily differ in their approach and functionality. Containerization Containerization is a f...Discusshypervisor
Hemanth Narayanaswamyhemanth-hawk.hashnode.dev·May 2, 2023Introduction to Containers and OrchestrationsIntroduction A container is a unit of software that packages code with its required dependencies in order to run in an isolated, controlled environment. This allows you to run an application in a way that is predictable, repeatable, and without the u...Discuss·29 readscontainers