ashwini purwatashwini23.hashnode.dev·Aug 1, 2024Kubernetes ArchitectureKubernetes is a powerful container orchestration platform that automates the deployment, scaling, and management of containerized applications. Its architecture is designed to manage large-scale containerized applications efficiently. Here’s a breakd...DiscussKubernetes
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
Prathmesh Vibhuteprathmeshh.hashnode.dev·Apr 8, 2024Day 32 : Launching your Kubernetes Cluster with DeploymentIn the dynamic world of container orchestration, Kubernetes has emerged as a powerhouse, providing developers with a robust platform to manage their containerized applications efficiently. One of the key concepts in Kubernetes is Deployment, which pl...DiscussDevops
Nilkanth Mistrynilkanth1010.hashnode.dev·Apr 1, 2024Day 32 - Mastering Kubernetes Deployments: Launching Your Cluster with Ease! 🚀💡🚀 Day 32 of #90DaysOfDevOpsChallenge: Today marks another exciting milestone as we delve deeper into Kubernetes by launching our cluster with Deployments! 🌟 But first, let's demystify what Deployment means in the world of K8s. What is Deployment in...Discuss90 Days Of Devops ChallengesDevops
Ajay Giteajaygite.hashnode.dev·Oct 11, 2023Launching your first Kubernetes cluster with Nginx runningWhat is Minikube? Minikube is a tool that quickly sets up a local K8s cluster on any OS. It can deploy as a VM, a container, or on bare metal. Minikube is a pared-down version of K8s that gives you all the benefits of K8s with a lot less effort. This...Discusskubernetescluster
Deepak Patildeepakcloud22.hashnode.dev·Sep 7, 2023☸️Kubernetes (K8s) Architecture: A Deep Dive 🏊🏼☸️What is Kubernetes? Kubernetes, also known asK8s, is an open-source system for automating the deployment, scaling, and management of containerized applications. Originally developed at Google and released as open-source in 2014. Kubernetes builds o...Discuss·51 readsKubernetes
Gurucharangurucharan.hashnode.dev·May 2, 2023Kubernetes ProjectHello everyone in this blog we gonna do a project on Kubernetes that brings the reddit clone image from the docker hub and deploy through Kubeadm cluster with the help of deployment.yml and service.yml file let's do it step-by-step. Prerequisite Ma...Discuss·1 like·158 readsKubernetes
Vipul Vyasvipulvyas.hashnode.dev·Apr 29, 2023Kubernetes 101: Kubernetes Cluster MaintenanceKubernetes is a powerful container orchestration platform that can help you manage and scale containerized workloads. However, like any complex system, it requires regular maintenance to ensure it remains healthy and performs optimally. In this artic...Discusskubernetescluster
manda suprajasuprajamanda.hashnode.dev·Apr 25, 2023Understanding Kubernetes Architecture: A Beginner's GuideBefore this blog look into the Kubernetes Introduction Kubernetes Architecture Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automatio...Discuss·10 likes·48 reads#kubeweek
Anjali Barodiaanjalitechy.hashnode.dev·Apr 24, 2023Kubernetes Cluster using KubeadmWe are using AWS Cloud for creating a Kubernetes cluster using kubeadm - one master node and one worker node. For this setup, we need two EC2 instances for each node. Min requirement: Master node: 4 GB RAM and 2 vCPU type instance Worker node: t2.m...Discuss·57 reads#KubeWeekChallenge