Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 12, 2024Supercharge Your Cluster: Implementing Descheduler on Kubernetes ClusterKubernetes provides a number of built-in functionalities to help with node workloads: NodeSelector, PodAffinity and Anti-PodAffinity. But those policies only apply when scheduling new pods. Once a pod is running, it doesn’t change in response to the ...descheduler
Uma Mahesh Tamminenikubernates-k8s.hashnode.dev·Dec 11, 2024Quick Guide to Installing Minikube on Amazon LinuxDiscover how to set up Minikube, a powerful tool for running Kubernetes locally, on Amazon Linux. This guide covers everything you need to know, from understanding Minikube's features to detailed installation steps and troubleshooting tips. Perfect f...Kubernetes
Asfaq Leeonleeonscoding.hashnode.dev·Dec 7, 2024Getting started with Kubernetes for deploying a Spring boot application using MinikubePreviously I’ve containerized a spring boot application using Docker. I’ve chosen to reuse this project for this article. The image is pushed here. Also I’m using Minikube for this article. Today I’m going to deploy the image’s containers in a Kubene...Kubernetes
Megha Sharmameghasharma.hashnode.dev·Nov 29, 2024Using Minikube to Create a ClusterMinikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes. All you need is Docker (or similarly compatible) container or a Virtual Machine environment, and Kubernetes is a single command away: minikube start Prerequ...Kubernetes
Amulyaawscloudbasics.hashnode.dev·Nov 29, 2024The Ultimate Guide to Operating Kubernetes Clusters in ProductionUnderstanding Kubernetes in Production Environments The Limitation of Local Kubernetes Setups Minikube, k3s, k3d, and micro k8s are development environments Not suitable for production use Official documentation warns against using these in produc...DevOpsdistributions of kubernetes
Amit singh deoraamitsinghs.hashnode.dev·Nov 28, 2024Day 31 Task: Launching your First Kubernetes Cluster with Nginx runningTask 1: Installing Minikube What is Minikube? Minikube is your go-to tool for setting up a local Kubernetes cluster effortlessly. It's perfect for: Beginners to Kubernetes. Testing and development on your local machine. Exploring edge computing a...minikube
Megha Sharmameghasharma.hashnode.dev·Nov 23, 2024Explain Kubernetes Clusters And Minikube?What is Kubernetes Clusters? A Kubernetes cluster is a set of machines (nodes) that work together to run containerized applications efficiently. It is the foundation of Kubernetes’ orchestration, enabling the deployment, scaling, and management of a...Kubernetes
Pravesh Sudhapraveshstwt.hashnode.dev·Nov 12, 2024Deploying a Simple Go Application on Minikube: A DevOps Guide with BuildSafe, Ko, and More💡 Introduction In this project, we’ll build a Go-lang DevOps setup to deploy a simple Go application on Minikube. To ensure security and efficiency, we’ll use BuildSafe and Ko for building the artifact and the base image with zero vulnerabilities, w...1 like·93 readsminikube
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 4, 2024Launching Your First Kubernetes Cluster with Minikube and Running NginxIntroduction to Minikube Minikube is a lightweight Kubernetes implementation that creates a VM on your local machine and deploys a simple cluster containing only one node. It is an excellent tool for developers to experiment with Kubernetes and learn...2 likesDevops
Pooja Bhavanipoojabhavani.hashnode.dev·Nov 4, 2024Project-9: 🚀 Setting up a Kubernetes Cluster with MiniKube on AWS: Deploying Django Todo App and Managing Network and Services 🌐Section 1: Setting up a Kubernetes Cluster with MiniKube on AWS 🚀 Why MiniKube? MiniKube is a fantastic lightweight tool that lets you run Kubernetes on your local machine. It's perfect for development, testing, and learning purposes. With MiniKube,...73 readsminikube