Nahidnahidislam.hashnode.dev·Nov 22, 2024Kubernetes Demystified: Understanding Its Core Components, Objects, and How It WorksKubernetes, often abbreviated as K8s, is an open-source platform for automating the deployment, scaling, and management of containerized applications. Think of it as the operating system for your containerized workloads, helping you efficiently manag...DiscussKubernetes
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 4, 2024Launching Your First Kubernetes Cluster with Minikube and Running NginxIntroduction to Minikube Minikube is a lightweight Kubernetes implementation that creates a VM on your local machine and deploys a simple cluster containing only one node. It is an excellent tool for developers to experiment with Kubernetes and learn...Discuss·2 likesDevops
Saurabh Adhaudevopsvoyager.hashnode.dev·Sep 30, 2024Securing a Kubernetes clusterSecuring a Kubernetes cluster involves implementing a variety of strategies to protect against unauthorized access, data breaches, and other security threats. The following comprehensive approach covers several critical areas to enhance the security ...Discuss·10 likesK8sKubernetes
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Sep 19, 2024Complete Steps to Set Up a Kubernetes Cluster Using KubeadmSetting up a Kubernetes (K8s) cluster with kubeadm involves important steps to configure both the control plane and worker nodes effectively. In this guide, we'll go through the entire process, highlighting key components and how they work together t...Discuss·1 like·73 readsKubernetes
Yogesh Rajputyogesheon.hashnode.dev·Sep 8, 2024Streamline Your Workflow: Automate Backup and Recovery with AWS and KubernetesProject: Automate Backup and Recovery Process Step 1: Create an AWS Account and Set up AWS Backup Go to the AWS website and create an account if you don't already have one. Log in to the AWS Management Console and navigate to the AWS Backup dashboa...DiscussAWS Recovery
Dinesh Kumar Kblog.dineshcloud.in·Aug 27, 2024Creating a Kubernetes Cluster on AWS using kopsCreating a Kubernetes cluster on AWS using kops (Kubernetes Operations) is a popular method due to its simplicity and powerful feature set. Below is a step-by-step guide to help you set up a Kubernetes cluster on AWS using kops. Step 1 : Create an EC...Discuss·57 readsDevOpsKubernetes
Mark Darbymarkdarby.hashnode.dev·Aug 5, 2024Monitoring Kubernetes Clusters with PrometheusHey there! If you've ever had the pleasure (or headache) of managing a Kubernetes cluster, you know that keeping an eye on it is no walk in the park. That's where Prometheus steps in. In this article, I'm going to walk you through the process of sett...DiscussDevops
Sachin Yalagudkarsachin1313.hashnode.dev·Aug 3, 2024How to Easily Set Up a Kubernetes ClusterMinikube Installation This guide offers detailed steps for installing Minikube on Ubuntu. Minikube enables you to run a single-node Kubernetes cluster locally, ideal for development and testing. Step 1: Update System Packages Launch ubuntu virtual ma...DiscussKubernetes
Ashvini Mahajanashwinimahajan.hashnode.dev·Jul 28, 2024Day 24. Create Kubernetes ClusterPrerequisites Before diving into the installation, ensure that your environment meets the following prerequisites: An Ubuntu 22.04 system. Minimum 2GB RAM or more. Minimum 2 CPU cores (or 2 vCPUs). 20 GB of free disk space on /var (or more). C...Discuss#kubernetes cluster
Abhishek Jhajhaabhishek0902.hashnode.dev·Jul 13, 2024Mastering Kubernetes: Unveiling the Power and Architecture of K8sIntroduction In today's rapidly evolving technological landscape, Kubernetes has become a pivotal tool for managing containerized applications. This article focuses on why Kubernetes and the Architecture of Kubernetes. Whether you're a seasoned devel...Discuss·28 readsKubernetesKubernetes