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
Home / All post
Fix Issue with VolumeMounts in Kubernetes Kodekloud
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
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
Terraform code: https://github.com/shawon100/terraform-aws/tree/master/aws-ecs
Read More
Manage Git Repositories Kodekloud
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
Terraform Code: https://github.com/shawon100/terraform-azure/tree/main/aks-cluster
Read More
Kubernetes Shared Volumes Kodekloud
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
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
Terraform Code: Linux VM: https://github.com/shawon100/terraform-azure/tree/main/vm-vnet-subnet Windows VM: https://github.com/shawon100/...
Read More
How to Create Modules for Public EC2 in AWS using Terraform 2021
Terraform Modules Link: https://github.com/shawon100/terraform-aws/tree/master/aws_public_ec2_modules Terraform Use Modules Link: https:/...
Read More
How to Automatically Launch a Public Server Configured EC2 VM in AWS using Terraform 2021
Terraform code: https://github.com/shawon100/terraform-aws/tree/master/aws-public-ec2
Read More

How to Create a Custom Module for VPC ,Subnet, and EC2 in AWS using Terraform 2021
Terraform Code: https://github.com/shawon100/terraform-aws
Read More
How to Create a VPC and a Subnet in AWS using Terraform 2021
At first create a IAM user in AWS and give it administrative access. Collect the access and secret key. Then create a file named variable...
Read More
Create Replicaset in Kubernetes Cluster Kodekloud
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
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
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
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
Go to your kubernetes cluster and apply this yaml kubectl apply -f metrics-server.yaml apiVersion : v1 kind : ServiceAccount metadata : ...
Read More
Subscribe to:
Posts
(
Atom
)