vikash kumardevopswizard.hashnode.dev·Aug 20, 2024My Wild Ride Setting Up Kubernetes with VagrantI finally bit the bullet and decided to set up a Kubernetes cluster using Vagrant. Let me tell you, it wasn't exactly smooth sailing. If you're thinking about trying this yourself, you might want to learn from my mistakes - trust me, I made plenty. P...DiscussCKA journeyKubernetes cluster using Vagrant
Prathmesh Vibhuteprathmeshh.hashnode.dev·May 26, 2024Day 84 : Project 5 - Netflix Clone on KubernetesProject Description The project involves deploying a Netflix clone web application on a Kubernetes cluster, a popular container orchestration platform that simplifies the deployment and management of containerized applications. The project will requi...Discuss·106 readsNetflix Clone
Ashis Padhiakpashis.hashnode.dev·Apr 27, 2024Understanding Pod Bin Packing"Think of moving to a new apartment. You've got to pack furniture, kitchenware, books, and clothes into a limited number of boxes. To do it efficiently, you need to plan. You don't want some boxes half-empty while others are overflowing—that's wastef...Discuss·11 likes·42 readsKubernetes
Yash Panditcloudrekeno.hashnode.dev·Apr 25, 2024How to Create a Kubernetes Cluster on AWS Using Ansible and Terraform 🚀: A Step-by-Step GuideSetting up a Kubernetes (K8s) cluster can be a complex but rewarding task. In this guide, we'll walk you through the process of creating a K8s cluster on AWS using Ansible for configuration management and Terraform for infrastructure provisioning. 1....Discuss·2 likes·128 readsDevOpsKubernetes Deployment
Daniel Lopesdanieljalopes.hashnode.dev·Apr 18, 2024Part 6 - Workload ManagementManaging individual Pods demands a lot of effort. Kubernetes (K8s) provides an API to manage the workload (application running on K8s) object that is managed by the control plane automatically. The built in APIs are Deployment, ReplicaSet and DaemonS...DiscussKubernetes for BeginnersKubernetes
Hakan Bayraktarhakanbayraktar.hashnode.dev·Mar 27, 2024How to Install Kubernetes Cluster on Ubuntu 22.04 (Step-by-Step GuideIntroduction Kubernetes is a powerful container orchestration platform used for automating the deployment, scaling, and management of containerized applications. In this guide, we will walk you through the step-by-step process of installing Kubernete...Discuss·30 readsKubernetes
Yashraj Singh Sisodiyatheyashsisodiya.hashnode.dev·Feb 29, 2024Day 31: Launching your First Kubernetes Cluster with Nginx runningWhat is Minikube? Minikube serves as a convenient tool for swiftly setting up a local Kubernetes cluster across various operating systems like macOS, Linux, and Windows. By providing a lightweight, single-node environment, Minikube streamlines the de...Discuss·29 readskube install
Julia Furst Morgadojulia.hashnode.dev·Jan 25, 202415 Options To Build A Kubernetes Playground (with Pros and Cons)Why a Kubernetes Playground As a beginner, having a playground environment is crucial for experimenting and learning about Kubernetes without the fear of breaking anything. A Kubernetes playground provides a safe and controlled space to explore the v...Discuss·11 likesKubernetes
utkarsh srivastavautkarsh0701.hashnode.dev·Jan 5, 2024Types of Network Solutions in Kubernetes ?Kubernetes is built to run distributed systems over a cluster of machines. Kubernetes networking allows Kubernetes components to communicate with each other and with other applications such as communication between pods, containers, services, and ext...Discuss·36 readsContainer Orchestration Networking
utkarsh srivastavautkarsh0701.hashnode.dev·Jan 2, 2024How To Create Cronjobs In Kubernetes Cluster ?Introduction :- In a Kubernetes cluster, efficient job scheduling is crucial for automating repetitive tasks and maintaining the health of applications. One powerful feature Kubernetes offers for this purpose is the CronJob resource. Basic CronJob: L...Discuss#kubernetes-cronjobs