Deploy Tomcat App on Kubernetes Kodekloud Add Comment Edit Question: A new java-based application is ready to be deployed on a Kubernetes cluster. The development team had a meeting with the DevOps... Read More
Create Namespaces in Kubernetes Cluster Kodekloud Add Comment Edit Question: The Nautilus DevOps team is planning to deploy some micro services on Kubernetes platform. The team has already set up a Kuberne... Read More
Set Limits for Resources in Kubernetes Kodekloud Add Comment Edit Question: Recently some of the performance issues were observed with some applications hosted on Kubernetes cluster. The Nautilus DevOps t... Read More
Deploy Grafana on Kubernetes Cluster Kodekloud Add Comment Edit Question : The Nautilus DevOps teams is planning to set up a Grafana tool to collect and analyze analytics from some applications. They a... Read More
Kubernetes Redis Deployment Kodekloud Add Comment Edit Question: The Nautilus application development team observed some performance issues with one of the application that is deployed in Kube... Read More
Create Cronjobs in Kubernetes Kodekloud Add Comment Edit Question: There are some jobs/tasks that need to be run regularly on different schedules. Currently the Nautilus DevOps team is working o... Read More
Fix issue with PhpFpm Application Deployed on Kubernetes Kodekloud Add Comment Edit Question: We deployed a Nginx and PHPFPM based application on Kubernetes cluster last week and it had been working fine. This morning one... Read More
Fix Issue with VolumeMounts in Kubernetes Kodekloud Add Comment Edit Question: We deployed a Nginx and PHPFPM based setup on Kubernetes cluster last week and it had been working fine. This morning one of th... Read More
Deploy MySQL on Kubernetes Kodekloud Add Comment Edit Question: A new MySQL server needs to be deployed on Kubernetes cluster. The Nautilus DevOps team was working on to gather the requiremen... Read More
How to Create an AKS Cluster Using Terraform Add Comment Edit Terraform Code: https://github.com/shawon100/terraform-azure/tree/main/aks-cluster Read More
Kubernetes Shared Volumes Kodekloud Add Comment Edit Question: We are working on an application that will be deployed on multiple containers within a pod on Kubernetes cluster. There is a re... Read More
Kubernetes Troubleshooting Kodekloud Add Comment Edit Question: One of the Nautilus DevOps team members was working on to update an existing Kubernetes template. Somehow, he made some mistakes... Read More
Create Replicaset in Kubernetes Cluster Kodekloud Add Comment Edit Question: The Nautilus DevOps team is going to deploy some applications on kubernetes cluster as they are planning to migrate some of the... Read More
Deploy Node App on Kubernetes Kodekloud Add Comment Edit Question: The Nautilus development team has completed development of one of the node applications, which they are planning to deploy on a... Read More
How to Setup Latest Grafana and Prometheus using Kubernetes Yaml without Helm Add Comment Edit At first go to this github repository link and clone the repository https://github.com/shawon100/kubernetes-grafana-prometheus Then create... Read More
Fix Python App Deployed on Kubernetes Cluster Kodekloud Add Comment Edit Question: One of the DevOps engineers was trying to deploy a python app on Kubernetes cluster. Unfortunately, due to some mis-configur... Read More
How to Setup Kubernetes Metrics Server 2021 Add Comment Edit Go to your kubernetes cluster and apply this yaml kubectl apply -f metrics-server.yaml apiVersion : v1 kind : ServiceAccount metadata : ... Read More