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
Deepak Patildeepakcloud22.hashnode.dev·Sep 8, 2023🎉Minikube Installation & Launching your First ☸️ Kubernetes Cluster with Nginx running 🖥️Awesome! You learned the architecture of one of the top most important tool "Kubernetes"/(K8s) in your previous task. 🎆Introduction So now it's time to do some hands-on in the Kubernetes and will explore more about the Kubernetes. Before moving forw...Discuss·28 readsminikube-setup
Aditya Sahaiadityablogs.hashnode.dev·Sep 7, 2023Step By Step Guide on MinikubeStep 1: Install Minikube Before you can use Minikube, you need to install it on your local machine. You can download the Minikube binary from the official website or use a package manager like brew (on macOS) or chocolatey (on Windows) to install it....Discussminikube
Yashraj JaiswalProyashraj-jaiswal.hashnode.dev·Aug 23, 2023Easy-to-follow k8s cluster setup using kubeadm and minikube🏗️⚙️📍 Introduction Hello readers! In our previous blog, we discussed Kubernetes, its architecture, and its benefits. While Kubernetes is popular, setting up a cluster can be quite challenging. Today, we will explore two different methods for setting up ...Discuss·30 readsKubernetes
Wisdom Nwokochawise4rmgod.hashnode.dev·Jul 17, 2023Deploy React App to Kubernetes with Docker and MinikubeDeploying a React app to Kubernetes can be daunting but easier. With Docker and Minikube, you can create a local Kubernetes cluster that you can use to test and deploy your app. Once you're happy with your app, you can deploy it to a production Kuber...Discuss·69 readsDocker
ADITYA PAWARaditya-pawar.hashnode.dev·Jul 5, 2023MINIKUBE : A beginer's guide to learn KubernetesWhat is Kubernetes? Kubernetes, often referred to as K8s, is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now mainta...Discuss·10 likes·27 readsminikube
Vasanta AmbadkarforVasanta Ambadkar's team blogtechstudy.hashnode.dev·Jun 9, 2023MiniKube installation on Ubuntu 22.04 using AWS EC2Minikube is an open-source tool that enables you to run a single-node Kubernetes cluster locally on your computer. It is designed to simplify the process of setting up and testing Kubernetes applications in a development or testing environment. Why w...Discuss·96 readsKubernetes
Iram Sheikhiramsheikhdev.hashnode.dev·Apr 14, 2023Minikube & Installation in window 10 step by stepMinikube: is a tool that allows users to run a single-node Kubernetes cluster on their localmachine. It is designed for developers and individuals who want to test and developKubernetes applications locally before deploying them to a production Kuber...Discuss·110 readsminikube
Suman Mannaiamsuman.com·Mar 3, 2023Setup Minikube on AWS EC2 UbuntuTo set up Minikube on an AWS EC2 instance, you can follow these steps: Create Ubuntu 22.04 LTS Instance To create an Ubuntu EC2 instance on AWS, you can follow these steps: Log in to your AWS console: Log in to your AWS account and go to the EC2 ser...Discuss·215 readsminikube-setup
Ritesh Kumar Nayakwww.devopswithritesh.in·Jan 31, 2023Kubernetes(K8S) Complete Setup with Project-1What is Kubernetes? Kubernetes is nothing but an open-source platform for automating the deployment, scaling, and management of containerized applications. It is a multi-environment and multi-container deployment tool. It is also known as the Contain...Discuss·12 likes·1.0K readsKubernetes