VPVishvanath Patilinawswithdevops.hashnode.dev·Feb 1, 2024 · 1 min readMinikube Installation on Ubuntu 22.04 LTS (EC2)Pre-Requisites Choose Ubuntu 22.04 LTS ( t2.medium ) because min 2 CPU and 4 GB Memory and 20GB Free Disk Space Docker or VirtualBox curl Kubectl Docker Installation (Optional) sudo apt-get update sudo apt install docker.io docker ps sudo chown...00
VPVishvanath Patilinawswithdevops.hashnode.dev·Nov 19, 2023 · 2 min readInstall Helm linked with Devops ProblemStep 1: Install Helm If you haven't installed Helm, you can follow the official Helm installation guide: Installing Helm. Step 2: Add Traefik Helm Repository Add the Traefik Helm repository to Helm: bashCopy codehelm repo add traefik https://helm.tra...00
VPVishvanath Patilinawswithdevops.hashnode.dev·Nov 19, 2023 · 3 min readReal Time Task- TakeTo HomeDevOps Problem \> Please note that you are not permitted to distribute this problem or any versions/variations of this problem to anyone. We would like to test your knowledge on basic Kubernetes, common security practices, and basic programming skill...00
VPVishvanath Patilinawswithdevops.hashnode.dev·Nov 19, 2023 · 4 min readDevOps Problem1. Set up the Kubernetes Cluster: Choose a lightweight Kubernetes distribution, such as k3s or MicroK8s, and install it on your target environment. 2. Create Namespace and Deploy Applications: Create a namespace for your applications and deploy each ...00
VPVishvanath Patilinawswithdevops.hashnode.dev·Oct 29, 2023 · 3 min readDeploying and Scaling an Amazon EKS ClusterDeploying and Scaling an Amazon EKS Cluster In this lab, you'll learn how to deploy an Amazon EKS cluster, deploy a sample application, and scale the cluster using the Kubernetes Horizontal Pod Autoscaler (HPA). Step 1: Installing the required tools ...00