How to Setup a MySQL DB Cluster in Docker ( Docker DB Cluster) Add Comment Edit Video Tutorial Blog Tutorial 1. At first clone the repo git clone http://github.com/shawon100/docker-mysql-db-cluster 2. Then open t... Read More
Covergo Senior Cloud Engineer Interview Test Solution Add Comment Edit Covergo Senior Cloud Engineer Interview Test Solution Notes: Please use Kind to create a local Kubernetes ... Read More
Brainstation23 DevOps Interview Task Solution Add Comment Edit Brainstation23 DevOps Engineering Project Challenge Task 1 Create a full project with code, deployment ya... Read More
DocX to HTML Convert & Auto Data Analysis Using ChatGPT Code Interpreter Add Comment Edit Watch This Video Unleashing the Power of ChatGPT: Data Analysis and Document C... Read More
How to Develop CI/CD pipelines & Deploy Application as a Docker Container to AWS EC2 ECR Add Comment Edit Repository: https://github.com/shawon100/aws-ec2-docker-python-ci-cd Install docker and docker compose on your ec2 machine For Ubuntu: su... Read More
[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
Docker Crash Course: Zero to Hero [50% off] Add Comment Edit 🔥🔥 SUMMER COURSE OFFER! 🔥🔥 Dive into the world of containerization with our "Docker Crash Course: Zero to Hero" and grab the p... Read More
Docker Best Practices & Recommendations Add Comment Edit When working with Docker and writing Dockerfiles, there are several best practices you can follow to ensure efficient, maintainable, and sec... Read More
Ansible Lineinfile Module Kodekloud Add Comment Edit Question: The Nautilus DevOps team want to install and set up a simple httpd web server on all app servers in Stratos DC. They also want ... Read More
Build & Run Java Spring Boot App with Tomcat Server in Docker Add Comment Edit 1. At first clone this repo git clone https://github.com/shawon100/Spring-Boot-Maven-Tomcat-Docker 2. Go to the repository folder and... 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
Build and Run PHP+MySQL Application in Docker 1 Comment Edit Method 1 (For Better Understanding): Create a Common Network for PHP & MySQL container docker network create chatbot PHP... Read More
DevOps Architecture: Enable Rate Limiting to restrict unwanted and frequent Incoming requests from Frontend Add Comment Edit An API gateway is a server that acts as an intermediary between a client application and a collection of backend services. Its primary fun... 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