Ritesh Dolareriteshdolare.hashnode.dev·Aug 15, 2024🎉Day 41: Setting Up Your First Minikube Kubernetes Cluster with NginxWhat is Minikube? 🚀 Imagine you're learning to cook in your own small kitchen before trying to cook in a big, professional restaurant. Minikube is like that small kitchen—a safe, simple place to practice using Kubernetes on your own computer. Kubern...Discuss·1 likeminikube
Nilkanth Mistrynilkanth1010.hashnode.dev·Aug 2, 2024Day 88 - Deploying a Django Todo App on AWS EC2 Using Kubeadm Kubernetes Cluster 🚀Welcome to Day 88 of the #90DaysOfDevOps Challenge! 🚀 Today, we have an exciting project ahead where we will be deploying a Django Todo app on AWS EC2 using a Kubeadm Kubernetes cluster. Let’s dive in step by step! 📋 Project Description In this pro...Discuss·30 reads90 Days Of Devops ChallengesDevops
Lalita Kashyaplalitakashyapblog.hashnode.dev·Jun 23, 2024Installation of MinikubeStep 1: Create EC2 instances Click on "Launch instance" on EC2 Dashboard. Give name&tag > Select "Ubuntu" AMI Select instance type "t2.medium" > Create new key-pair ✅ Allow all traffic in "Network Settings" & Configure Storage "10" gb and c...Discuss·1 likeLearningKubernetes
Sprasad Pujarisprasad.hashnode.dev·Jun 17, 2024Kubernetes Pods: The Building Blocks of Container Orchestration on AWS Minikube with Nginx🔷Kubernetes has revolutionized the way we deploy and manage containerized applications. At the heart of this orchestration system lies the concept of Pods, which are the smallest deployable units in Kubernetes. In this blog post, we'll delve into the ...DiscussKubernetesPods
Vaishnavi Shivdevshivde.hashnode.dev·Jun 4, 2024Day 31 Task: Launching your First Kubernetes Cluster with Nginx runningWhat 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 o...Discuss·223 reads#TWS
Siddhartha Gauravsgaurav.hashnode.dev·May 24, 2024A Beginner's Guide to Setting Up a Minikube Cluster on CentOS 7Welcome back to our Kubernetes learning series! In our previous installments, we delved into understanding Kubernetes (K8s) as a container orchestration platform and explored the concept of pods - the smallest deployable units in Kubernetes. Now, we'...Discuss·2 likes·37 readsKubernetesKubernetes
Vivek Ashok Moudekarvivek0007.hashnode.dev·Apr 10, 2024✨Day 31 : Launching your First Kubernetes Cluster with Nginx running🎡What is Minikube? Minikube is a tool that enables you to run Kubernetes locally on your machine. It creates a single-node Kubernetes cluster on your local computer, allowing you to develop and test Kubernetes applications without needing to set up ...Discuss·1 like·88 readsKubernetes
Prathmesh Vibhuteprathmeshh.hashnode.dev·Apr 6, 2024Day 31 : Launching your First Kubernetes Cluster with Nginx runningWelcome to the world of Kubernetes! In this blog post, we'll guide you through the process of launching your first Kubernetes cluster using Minikube and deploying an Nginx web server on it. Whether you're new to containers or looking to explore edge ...Discuss·35 reads#day31
Sanchit Panditsanchitpandit.hashnode.dev·Mar 21, 2024Minikube Installation Guide for UbuntuIntroduction to Minikube Minikube is a tool that enables developers to run a single-node Kubernetes cluster on their local machine. Kubernetes, an open-source container orchestration platform, is designed to automate the deployment, scaling, and mana...DiscussIT
Pratik R. Mandgepratikm363.hashnode.dev·Mar 12, 2024🎇Day 31 : Launching your First Kubernetes Cluster with Nginx running🎡What is Minikube? Minikube is a tool that enables you to run Kubernetes locally on your machine. It creates a single-node Kubernetes cluster on your local computer, allowing you to develop and test Kubernetes applications without needing to set up ...Discuss·11 likes·83 readsKubernetes - Basic to AdvancedKubernetes