How to Create a Custom Module for VPC ,Subnet, and EC2 in AWS using Terraform 2021 Add Comment Edit Terraform Code: https://github.com/shawon100/terraform-aws Read More
How to Create a VPC and a Subnet in AWS using Terraform 2021 Add Comment Edit 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 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
Automatic Code Generation Using AI GitHub Copilot Add Comment Edit Join WaitList Link: https://github.com/features/copilot/signup Read More
How to Develop a Text Paraphrasing Machine Learning Tool Like QuilBot Add Comment Edit Project Demo and Source Code: https://huggingface.co/spaces/shawon100/text-paraphrasing Read More
Deploy Apache Web Server on Kubernetes Cluster Kodekloud Add Comment Edit Solution: 1. Create the namespace mentioned in the question kubectl create ns httpd-namespace-xfusion 2. Create the deployment.yaml accor... Read More
How to Setup Prometheus and Grafana (Kubernetes Data) in Kubernetes 2021 Add Comment Edit At first create namespace, add helm repo and then insatll kubectl create ns prometheus helm repo add prometheus-community https://prometheus... Read More
Kubernetes Sidecar Containers Kodekloud Add Comment Edit Question : We have a web server container running the nginx image. The access and error logs produced by the web server are not critical... Read More
How to Setup Metal LB for Nginx Ingress Loadbalancer IP in Kubernetes 2 Comments Edit At first create namespace kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.10.2/manifests/namespace.yaml Then install... Read More
How to Send Kubernetes Events to a Custom Endpoint or WebHook Using Kubernetes Event Exporter Add Comment Edit At first add the helm repo helm repo add bitnami https://charts.bitnami.com/bitnami Then install kubernetes event exporter (default namesp... Read More