Shaik Mustafamustafa-k8s.hashnode.dev·Nov 29, 2024Practical Differences between Replication Controller and ReplicaSetMany Kubees often highlight that the main difference between ReplicationController (RC) and ReplicaSet (RS) lies in the use of equality-based versus set-based selectors. While this is technically correct, when it comes to practical implementation, mo...40 likesreplication controller vs replicaset
Gaurav Kumarkubernetes-by-gaurav.hashnode.dev·Jul 12, 2024Kubernetes Architecture ExplanationIntroduction Kubernetes is an open sourced platform designed to automate deploying, scaling and operating application containers. It is also abbreviated as k8s. It groups various containers into logical units for easy management and discovery. It pro...Kubernetes
Unnati Guptadevunnatig.hashnode.dev·Jan 8, 2024Kubernetes ProbesKubernetes Probe: Kubernetes probe acts as a guardian, It continuously monitors the health status or does health checks on pods, containers & hosted applications. Types of Probe: Kubernetes provided three types of probes. a) Liveness Probe b) Readine...1 like·70 reads@kuberntes-probe
Avanish Singhavanishnit.hashnode.dev·Dec 7, 2023Mastering Kubernetes Persistent Volumes: A Guide for Beginners | Day 36 of | 90DaysOfDevOpsUnderstanding Persistent Volumes in Kubernetes 🤔 In the Kubernetes world, Persistent Volumes provide a durable way to store data independently of Pods' lifecycles. Think of them as the secret keepers of your application's crucial data. 💾 Task 1: Ad...#90daysofdevops
Vrishni Shree V Bvrishni.hashnode.dev·Oct 17, 2023DevOps, Day - 37What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It's important because it simplifies container managemen...DevopsKubernetes
Akshay Phadkeakshayaphadke.hashnode.dev·Sep 2, 2023Day 37: Kubernetes Important Interview Questions.1. What is Kubernetes and why it is important? Kubernetes is an open-source platform for automating the deployment, scaling, and management of containerized applications. It provides a unified way to manage and orchestrate containers, making it easie...1 like·53 reads90 Days of DevOps#TWS
shivam tiwaristartfrombasics.hashnode.dev·Jun 9, 2023Difference Btw Replication Controllers and ReplicaSetsIn Kubernetes, both ReplicationController and ReplicaSet are used to ensure that a specific number of pod replicas are running at all times. However, there are some differences between them. Definition and Purpose: ReplicationController: It is one ...k8s
Ritul Guptadevops-interview-blog.hashnode.dev·Apr 24, 2023Kubernetes Interview QuestionsWhat is Kubernetes and what are its main components?Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. The main components of Kubernetes include Master N...39 readsk8s