RPRajendra Patilinrajendrapatil9949.hashnode.dev·Sep 14, 2024 · 6 min read#90DaysOfDevops | Day 33What are Namespaces and Services in k8s: In the world of Kubernetes (k8s), Namespaces and Services play important roles in simplifying and organizing the chaos of managing multiple applications. Think of a Namespace as a virtual playground or city di...00
RPRajendra Patilinrajendrapatil9949.hashnode.dev·Sep 12, 2024 · 4 min read#90DaysOfDevops | Day 32Introduction: Welcome back to Day 32 of our Kubernetes journey! Today, we're diving into Deployments, a vital aspect of managing applications within your Kubernetes cluster. Deployments simplify the process of updating and scaling applications, offer...00
RPRajendra Patilinrajendrapatil9949.hashnode.dev·Sep 9, 2024 · 3 min read#90DaysOfDevops | Day 31What is minikube?Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a container, or on bare-metal. Minikube is a pared-down version of Kubernetes that gives you all the benefits of...00
RPRajendra Patilinrajendrapatil9949.hashnode.dev·Sep 8, 2024 · 6 min read#90DaysOfDevops | Day 30Kubernetes Overview:Kubernetes, often abbreviated as K8s, is an open-source container orchestration platform designed to automate the deployment, scaling, and management of containerized applications. Originally developed by Google, it is now maintai...00
RPRajendra Patilinrajendrapatil9949.hashnode.dev·Sep 5, 2024 · 14 min read#90DaysOfDevops | Day 291. What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CD) are all practices in software development that aim to stre...00