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
Git Manage Remotes Kodekloud Add Comment Edit Question: The xFusionCorp development team added updates to the project that is maintained under /opt/blog.git repo and cloned under /usr/... Read More
AWS Private EC2 with ALB using Terraform Add Comment Edit Terraform Code: https://github.com/shawon100/terraform-aws/tree/master/aws-private-ec2-alb aws, private ec2, alb, terraform Read More
Git Revert Some Changes Kodekloud Add Comment Edit Question: The Nautilus application development team was working on a git repository /usr/src/kodekloudrepos/news present on Storage serve... 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
Terraform AWS EC2 and ALB using Terraform Cloud (GitOps) Add Comment Edit Create ALB in front of EC2 server in AWS using terraform Terraform Code: https://github.com/shawon100/terraform-aws/tree/master/aws-ec2-... 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
Terraform AWS EC2 CI/CD Pipeline (GitOps) with Terraform Cloud Add Comment Edit Terraform Code: https://github.com/shawon100/terraform-aws/tree/master/aws-public-ec2 Read More
Ansible Ping Modeule Usage Kodekloud Add Comment Edit Question: The Nautilus DevOps team is planning to test several Ansible playbooks on different app servers in Stratos DC. Before that, some... 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 AWS ECS CLuster with Hello World APP Using Terraform Add Comment Edit Terraform code: https://github.com/shawon100/terraform-aws/tree/master/aws-ecs Read More
Manage Git Repositories Kodekloud Add Comment Edit Question: A new developer just joined the Nautilus development team and has been assigned a new project for which he needs to create a new... 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
How to Setup VNET and VM (Linux & Windows) in Azure using Terraform Add Comment Edit Terraform Code: Linux VM: https://github.com/shawon100/terraform-azure/tree/main/vm-vnet-subnet Windows VM: https://github.com/shawon100/... Read More