#kubernetes
Read more stories on Hashnode
Articles with this tag
This guide outlines the steps needed to set up a Kubernetes cluster using kubeadm. Pre-requisites Ubuntu OS (Xenial or later) sudo...
Step 1: Create a Simple Web Application We'll use Node.js and Express for the web application. Here's the code for a basic server that takes a name as...
Welcome back to the 90DaysOfDevOps challenge! Today, we delve into the world of Kubernetes, a powerful container orchestration platform. Whether you...
Introduction Welcome back to the 90DaysOfDevOps challenge! On Day 35, we're taking our MySQL deployment to the next level by incorporating ConfigMaps...
Welcome back to the 90DaysOfDevOps challenge! Today, we'll dive into the world of Kubernetes Services, an essential component for enabling...
Introduction: Welcome to day (31-33) of the 90DaysOfDevOps challenge! In this blog post, we'll guide you through the process of setting up your first...