HSHemant sharmainat-devops.hashnode.dev·Oct 10, 2023 · 6 min readPersistent Storage for DockerBy default, Docker containers are writeable. When a container is running, it has its own isolated file system, separate from the host system and other containers. This isolated file system allows read and write operations within the container. Any ch...00
HSHemant sharmainat-devops.hashnode.dev·Aug 24, 2023 · 13 min readDockerWhat is Virtualization? Virtualization allows us to share a single physical resource among multiple customers and organizations. In simple words running multiple operating systems on a computer system simultaneously. Virtualization provides several b...00
HSHemant sharmainat-devops.hashnode.dev·Aug 24, 2023 · 7 min readIngressTo expose services to the external world we have two options - LoadBalancer - It is a service type that exposes the application in an external load balancer it distributes the requests among multiple backend services. It is a service that points to...00
HSHemant sharmainat-devops.hashnode.dev·Aug 24, 2023 · 11 min readKubernetes Deployment & servicesWhat is Deployment? Deployment in Kubernetes is a way to manage and control the deployment of our applications. It ensures that a specified number of replicas, of our application are running and handles updates and scaling. It works on changing the p...00
HSHemant sharmainat-devops.hashnode.dev·Jul 22, 2023 · 11 min readContainer OrchestrationContainer orchestration There are various approaches to building applications, and the choice depends on factors such as the application's complexity and organizational needs. There are two architectural approaches for building applications- Macro-s...00