Rossana Suarezblog.295devops.com·an hour agoAprovisionando un Clúster Kubernetes con Kind y TerraformEn este tutorial paso a paso, aprenderás a crear y gestionar un clúster Kubernetes local utilizando Kind y Terraform, dos herramientas poderosas que revolucionarán tu flujo de trabajo de desarrollo. Introducción a las Herramientas Kubernetes: El Orqu...Discuss·28 readsKubernetes
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 20, 2024Installing Kubernetes Tools: Kind and Kubectl on AWS EC2 - A Simplified GuideDid you know you can set up Kubernetes both locally and on the cloud? Pretty cool, right? If you’re thinking about running it locally, you’ve got some great options like Minikube, KOPs, and Kind. Today, let’s talk about Kind and how easy it makes run...DiscussKubernetes
sneh srivastavasnehcreate.hashnode.dev·Nov 20, 2024Deploying a Django App on Kubernetes (Kind): End-to-End Guidehttps://www.canva.com/design/DAGW_4wnM-I/rzCoa11eMh5eokDUEjw-hg/edit?utm_content=DAGW_4wnM-I&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton In this article, I’ll walk you through the process of deploying a Django To-Do application...DiscussDevops
FlarePixelforFlarePixelflarepixel.hashnode.dev·Nov 9, 2024Spread Positivity: Creative Ways to Embrace KindnessEmbrace Kindness: Creative Ways to Spread Positivity in Your Life In a world that can often feel overwhelming, practicing kindness can transform your daily experiences and the lives of those around you. Whether it’s a simple smile, a compliment, or a...Discussscattered
TECH-NOTESforTECH-NOTESblog-technotes4you.hashnode.dev·Oct 30, 2024How to setup kind cluster for home labIn this post, I would like to share how to setup a kind cluster on Ubuntu Linux. What is kind? kind is a tool for running local Kubernetes clusters using Docker container nodes. ! This is used for testing and learning purposes, not for production. I...Discuss·36 readsKuberneteskind
Rahul Vadakkiniyilrahulvadakkiniyil.hashnode.dev·Oct 9, 2024Day 27 of 40DaysOfKubernetes : Setup a Multi-Node Kubernetes Cluster Using KubeadmIntroduction In this 40 Days of Kubernetes series, we've been using a kind cluster on our local machine, which is good for development but not for production. While cloud services like EKS, AKS, or GKE offer managed Kubernetes, in this tutorial, we’...Discuss#40daysofkubernetes
Harshit Sahuharshitsahu2311.hashnode.dev·Oct 9, 2024Kubernetes DevOps Project Using ArgoCDProject: Automated Deployment of Scalable Applications on AWS EC2 with Kubernetes and Argo CD Description: Led the deployment of scalable applications on AWS EC2 using Kubernetes and Argo CD for streamlined management and continuous integration. Orch...Discuss·1 like·352 readsKubernetes
Anasanasmansuri.hashnode.dev·Oct 9, 2024Exploring Kubernetes: From Cloud & On-Prem Clusters , Images, Debug container & Pods, kubectlalso includes piyush lec and task7 clusters: cluster is a group of nodes kind cluster: kubernetes in docker # To create a kind cluster: which is a single node cluster kind create a cluster --name anas A configuration file to create a double node clu...Discusspremcluster
Balraj Singhbalrajsingh.hashnode.dev·Sep 26, 2024End-to-End Kubernetes Observability with ArgoCD, Prometheus, and Grafana on KinD using TerraformThis guide will help you set up Prometheus and Grafana on Kubernetes with ArgoCD, ideal for both beginners and experienced DevOps professionals. The project focuses on monitoring Kubernetes clusters using Prometheus (for metrics collection) and Grafa...Discuss·38 readsTerraform
RAKESH DUTTAdailydoseindevops.hashnode.dev·Sep 14, 2024Deployed a Voting App & Set up a KinD & Argo CD with Kubernetes cluster on AWS EC2.In this article, we’ll guide you through deploying the Voting App from the kubernetes-kind-voting-app GitHub project on an AWS EC2 instance. First, we’ll briefly introduce Kubernetes and Kind, the tool we'll use for local Kubernetes clusters. Prerequ...DiscussAWS - DevOps Projectspolling app