Anand Ravalanandraval.hashnode.dev·Sep 11, 2024Day 35: Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️👏🎉 Yay! Yesterday we conquered Namespaces and Services 💪💻🔗🚀 What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively. ConfigMaps store configuration data as key-...Discuss90DaysOfDevopsDevops
Abigeal Afolabiarbythecoder.hashnode.dev·Sep 10, 2024Day 27 Project: RBAC and Network Policies in MinikubeThis guide walks you through implementing Role-Based Access Control (RBAC) and Network Policies in a Minikube Kubernetes cluster. We'll cover setup, configuration, testing, and troubleshooting specifically tailored for a Minikube environment. Prerequ...Discusskubere
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Sep 9, 2024The Secret Weapon for DevOps Success: Creating an Application in Argo CD Using TerraformOverview :- In today’s fast-paced world of software development, DevOps practices have become essential for organizations to deliver high-quality applications quickly and efficiently. One powerful combination that has gained popularity among DevOps t...DiscussArgoCD
Anand Ravalanandraval.hashnode.dev·Sep 9, 2024Day 33 Task: Working with Namespaces and Services in KubernetesWhat are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within the same physical cluster. Namespaces are intended for use in environments with...Discuss90DaysOfDevops#90daysofdevops
Ketan Hirayketanhiray.hashnode.dev·Sep 9, 2024Day 31 : Easy Steps to Launch a Kubernetes Cluster and Install NginxSetting Up Kubernetes Locally with Minikube Minikube is a great tool for anyone wanting to learn Kubernetes. It lets us set up a local Kubernetes cluster, making it perfect for learning, testing, and development. What is Minikube?🧊 Minikube is a lig...DiscussDevOps#90daysofdevops
Anand Ravalanandraval.hashnode.dev·Sep 8, 2024Day 32 Task: Launching your Kubernetes Cluster with DeploymentWhat is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate. You ...Discuss90DaysOfDevopsDevops
Anand Ravalanandraval.hashnode.dev·Sep 7, 2024Day 31 Task: Launching Your First Kubernetes Cluster with Nginx Running 🌐What about doing some hands-on now? Let's read about minikube and implement k8s in our local machine What is minikube? Ans:- Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a...Discuss90DaysOfDevopsDevops
RAKESH DUTTAdailydoseindevops.hashnode.dev·Sep 2, 2024Let's Deploy a reddit-replica on kubernetes with ingress & push that replicate image of reddit to the dockerhub.In this reddit-replicate project we are going to see how to pick code from github and build a docker image then how and push that image on dockerhub from CI server which is running on AWS console with t2.micro type of instance and pull that image fro...DiscussDevOps Proreddit clone on kubernetes with ingress
Rajat Chauhanchauhanrajatwork.hashnode.dev·Aug 27, 2024Launching your First Kubernetes Cluster with Nginx runningExploring Minikube and Pods in Kubernetes Kubernetes has revolutionized the way we manage and deploy applications, especially in the world of microservices and containerized environments. However, setting up a full-fledged Kubernetes cluster can be r...DiscussKubernetesminikube
Seun Bdevblog.seunb.com·Aug 21, 2024Building a Cost-Effective Kubernetes Environment with secure CI/CD Pipelines: A Comprehensive GuideIf you want to optimize costs in setting up and managing Kubernetes in a cloud environment with integrated CI/CD workflows, this guide provides practical strategies to help you achieve that. It offers a detailed approach to installing and configuring...Discuss·74 readsArgoCD