How to Setup Kubernetes Dashboard with Nginx Ingress 2022 Add Comment Edit At first create a dashboard.yml file and paste this yml. Then edit the yml by changing your dashboard url in the ingress part. # Copyright... Read More
Deploy Laravel PHP Application to Local Kubernetes Using Jenkins CI/CD Add Comment Edit Deploy Laravel PHP Application to Local Kubernetes Using Jenkins CI/CD Source Code With CI/CD and Infra Setup: https://github.com/shawon10... Read More
Deploy a Sample Live Angular frontend microservice on Cloud Kubernetes Cluster 2022 Add Comment Edit At first setup nginx ingress on your managed cloud kubernetes cluster create a helm-install.sh and replace the your-cluster-name here with... Read More
Kubernetes Vertical Pod Autoscaler (VPA): Vertically Autoscale Your Application Workloads using Kubernetes Add Comment Edit Kubernetes Vertical Pod Autoscaler (VPA) Setup 1. At first install the kubernetes vertical pod autoscaler on kubernetes git clone https:/... Read More
HackerRank DevOps Interview Solution of Kubernetes: Basic Redis Deployment Add Comment Edit Kubernetes: Basic Redis Deployment ... Read More
Kubernetes Horizontal Pod Autoscaler (HPA): Autoscale Your Application Workloads using Kubernetes Add Comment Edit Kubernetes Horizontal Pod Autoscaler (HPA) Setup Prerequisites: metrics-server For Minikube users: minikube addons enable metrics-server... Read More