Atharva Deshpandeatoo.hashnode.dev·Nov 30, 2023Kafka on KubernetesHey everyone!! It's been very long since I wrote any blogs on here. So to make up for it I will be writing a few on deploying stuff on Kubernetes using minikube to keep it local. Today we will learn about how to deploy a Kafka cluster and create a to...Discuss·10 likeskafka
Vivek Chaudharyvivekchaudhary.hashnode.dev·Dec 1, 2023Creating your first pod using MinikubeCreating a single pod using Minikube involves a few steps. First, ensure that Minikube is installed and running on your system. Then, you can follow these steps to create a single pod for the installation of minikube you can refer to this [ https://v...Discussminikube
Vivek Chaudharyvivekchaudhary.hashnode.dev·Nov 30, 2023Minikube Installation GuideStep 1: Update System Packages Update your package lists to make sure you are getting the latest version and dependencies. /sudo apt update Step 2: Install Required Packages Install some basic required packages. /sudo apt install -y curl wget apt-tr...Discussminikube
Sourav Kumarsouravk.hashnode.dev·Nov 26, 2023Streamlining Scalability: A Guide to Installing Redis on Kubernetes with Helm ChartsIn the dynamic landscape of modern applications, scalability and efficient data management. Harnessing the power of Kubernetes, a robust container orchestration platform, can be a game-changer in achieving seamless scalability and resource optimizati...DiscussRedis
Barun DebnathProheybarun.hashnode.dev·Nov 19, 202301. Setting up Docker, gcloud, kubectl, minikube, and GKE on GCP Virtual MachineBefore starting the tutorial, make sure you have an active GCP (Google Cloud Provider) account GCP provides 300$ of credits for free for the first three months. Sign up to GCP using your credit or debit card. Even after three months, you won't be ...Discuss·1 likeDocker
Azfar Alamazfaralam.hashnode.dev·Nov 15, 2023Kubernetes Lab SetupFirstly open a site and download the minikube extension which is the best software to run kubernetes minikube start | minikube (k8s.io) Press on the above link and download the link 👆 and then install the minikube and then open it on cmd by that min...DiscussKubernetes
Moiz Asifmoiz-journeytodevops.hashnode.dev·Nov 12, 2023Day 31: Launching your First Kubernetes Cluster with Nginx runningWelcome to blog post on hands-on learning with Kubernetes! In our previous blog #Day30, we explored the architecture of this powerful tool, and now it's time to take our knowledge to the next level. What is Minikube? Minikube is a lightweight, open-s...Discussminikube
Pankajpmgoriya.hashnode.dev·Nov 10, 2023Working with Services, ConfigMaps and Secrets in Kubernetes.Introduction Services in Kubernetes are a way to expose your applications to other applications and users. They provide a layer of abstraction between your applications and the underlying infrastructure, making it easier to scale and manage your appl...Discuss·40 readsservices
Maher Messaoudimaherdevopsjourney.hashnode.dev·Nov 3, 2023Launching your First Kubernetes Cluster with Nginx running [Day-30 Task]1. What is Minikube? Minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It creates a single node cluster contained in a virtual machine (VM). Minikube is a pared-down version of Kubernetes that gives you ...DiscussDevops
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023Streamlining Kubernetes Application Deployments: Setting Up ArgoCD in MinikubeArgoCD is a popular GitOps continuous delivery tool that allows you to manage and deploy #Kubernetes applications declaratively using Git repositories. In this blog post, we will go through the steps to set up ArgoCD in #Minikube, a local #Kubernetes...DiscussArgoCD