#kubernetes
Read more stories on Hashnode
Articles with this tag
Introduction A Namespace is a group of related elements that each have a unique name or identifier. namespace is used to uniquely identify one or more...
✅Introduction 🌟 A Kubernetes cluster is a collection of interconnected computing resources (such as servers or virtual machines) that work together...
Install Minikube on your local Step 1: Update your package lists. sudo apt update Step 2: Install some basic required packages. sudo apt install -y...
✅What is Kubernetes? Write in your own words and why do we call it k8s? Kubernetes is an open-source container management tool that automates...
Required tools for this project-: Docker Minikube cluster ( Running ) kubectl Git steps to execute this project-: Step 1: Clone this...
curl http://192.168.49.2:30009/tasksIn this project microservice application was built using Flask and deployed on Kubernetes. It is designed to...