Brewing ElixirProbrewingelixir.com·Dec 9, 2023Intro to Elixir Applications on KubernetesWelcome to this new series about running Elixir applications on K8s (short for Kubernetes) where we explore the world of Kubernetes through the eyes of an Elixir programmer to achieve even higher availability, reliability and robustness by levering m...Discuss·1 like·142 readsElixir on Kubernetesk8s
Ajay S Naircloudbin.hashnode.dev·Dec 7, 2023Deploy Super Mario Game on AWS EKS (Elastic Kubernetes Service)In this tutorial, we are going to deploy a simple Kubernetes application on AWS EKS, which stands for AWS Elastic Kubernetes Service. We will deploy a Super Mario game on AWS EKS using a Super Mario Docker image. Thanks to the one who created and upd...DiscussAWS
Aniket Kharpatilaniket-on-cloud9.hashnode.dev·Dec 2, 2023ConfigMaps and Secrets in KubernetesIntroduction Configuration⚙️ is essential for any application to function properly. Any data that controls or influences how an application works can be considered configuration. Before jumping to ConfigMaps and Secrets let's understand something abo...Discuss·1 like2Articles1Week
Vivek Chaudharyvivekchaudhary.hashnode.dev·Nov 30, 2023Minikube Installation GuideStep 1: Update System Packages Update your package lists to make sure you are getting the latest version and dependencies. /sudo apt update Step 2: Install Required Packages Install some basic required packages. /sudo apt install -y curl wget apt-tr...Discussminikube
Dushyant Kumardushyantkumark.hashnode.dev·Nov 30, 2023Set up your EKS cluster like a Game🎆🎮Elastic Kubernetes Service (EKS) is the Kubernetes service managed by AWS. It is a managed service that helps simplify the deployment, management, and scaling of the Kubernetes cluster on the AWS cloud platform. It provides seamless integration with ...Discuss·64 readsEKS cluster
Vivek Chaudharyvivekchaudhary.hashnode.dev·Nov 29, 2023Kubernetes: The Powerhouse of Container OrchestrationIn the realm of modern software development and deployment, Kubernetes stands tall as a cornerstone technology. But what exactly is Kubernetes, often abbreviated as K8s? Let's delve into this ingenious system that has revolutionized the management of...Discussk8s
Hemanshu S Mahajanhemanshubtc.hashnode.dev·Nov 26, 2023Day 37 : Kubernetes Important interview Questions.1. What is Kubernetes and why it is important? Kubernetes is an open-source platform used to automate the deployment, scaling, and management of containerized applications. It is like a traffic controller for containerized applications. It ensures th...Discuss·2 likesk8s
Sarat Motamarrisaratdevopsengg.hashnode.dev·Nov 25, 2023Day 32 | KUBERNETES PODSContainer Vs Pod: Container: Imagine a container as a lunchbox. It's a self-contained unit that holds everything your application needs to run—like the ingredients for a sandwich neatly packed in your lunchbox. The container encapsulates the applicat...Discussk8 pod
Rohit Bhosaleray1097.hashnode.dev·Nov 25, 2023Kubernetes ArchitectureKubernetes Architecture 1. etcd: 🧠 The Company's Brain Analogy: Picture etcd as the company's brain. Explanation: It stores and remembers everything important, ensuring everyone in the company (cluster) is on the same page. 2. Scheduler: 🗓️ The...Discuss#90daysofdevops chanllenge
Rohit Bhosaleray1097.hashnode.dev·Nov 25, 2023Title: Understanding Kubernetes Fundamentals: Autoscaling, Autohealing, and Application Deployment ModelsIntroduction: Welcome to our blog, where we delve into the fundamental aspects of Kubernetes (K8s), the open-source container orchestration platform that has become a cornerstone in modern application development and deployment. In this article, we w...Discuss#90daysofdevops chanllenge