[Interview] Kubernetes Quiz Solution of Turing Add Comment Edit Solution of Turing Kubernetes Quiz You are a DevOps at Turing. You want to open up a proxy port on localhost for Kubernetes cluster. Which... Read More
10 Kubernetes Best Practices to Follow for your DevOps Architecture Add Comment Edit 10 best practices to follow when working with Kubernetes: Use Namespace : Utilize Kubernetes namespaces to logically partition your cl... Read More
Kubernetes Time Check Pod Kodekloud 1 Comment Edit Question: The Nautilus DevOps team want to create a time check pod in a particular Kubernetes namespace and record the logs. This might be... Read More
Avoid 5 things if you are using Kubernetes in Production Add Comment Edit Failing to ensure production grade infrastructure & fault tolerance: If you are creating kubernetes cluster for production then ma... Read More
How to Install or Setup Elasticsearch, Filebeat, Logstash, and Kibana (ELK Stack) in Kubernetes Cluster Add Comment Edit Installation Clone the repository git clone https://github.com/shawon100/elasticsearch-logstash-kibana-kubernetes Then add the... Read More
How to Install and Use K8sGPT tool to analyze Kubernetes POD and Service Error 1 Comment Edit K8sGPT is a tool for scanning your kubernetes clusters, diagnosing and triaging issues in simple english. It has SRE experience codified ... Read More
How to Setup Kubernetes Dashboard with Nginx Ingress 2022 1 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. Yml Link ht... 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 HackerRank DevOps Interview Solution of Kubernetes: Basic Redis Deployment This Content has been removed by the author from this blog due... 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
Rolling Updates And Rolling Back Deployments in Kubernetes Kodekloud Add Comment Edit Question: There is a production deployment planned for next week. The Nautilus DevOps team wants to test the deployment update and rollb... Read More
Create Pods in Kubernetes Cluster Kodekloud Add Comment Edit Question: The Nautilus DevOps team has started practicing some pods and services deployment on Kubernetes platform as they are planning to... Read More
Deploy Nagios on Kubernetes Kodekloud Add Comment Edit Question: The Nautilus DevOps team is planning to set up a Nagios monitoring tool to monitor some applications, services etc. They are pla... Read More
Gitlab CI/CD to Deploy a Python App on Google Kubernetes Engine (GCP) Add Comment Edit Gitlab CI/CD Pipeline: https://gitlab.com/devops-test1/gitlab-cicd-gke-flask-app/ Read More
Grafana & Prometheus Important Queries for Monitoring Kubernetes Pods 2022 Add Comment Edit 1. Current Memory Usage of Pods (max(container_memory_working_set_bytes{pod!="",container!="POD"}) by (pod))/(1024*102... Read More