Understand and Manage DNS
Have you ever wondered what happens behind the scenes when you type something in your browser and it takes you to the correct website? The magic behind it is the Domain Name System (DNS).
Nasrul HasanRunning Statefulset on Kubernetes
A StatefulSet is a critical component in Kubernetes, offering a robust solution for managing workloads that demand both data persistence and integrity. By using StatefulSets, you can ensure your data is stored and maintained reliably, making it an indispensable tool for various applications and use cases in a Kubernetes environment.
Nasrul HasanNginx For Beginners
In this modern world where most of the workload runs on containers and as a microservices, Nginx is an essential tool to include in your skillset.
Nasrul HasanAWS DynamoDB in Detail
Learn Every concept about dynamodb in detail.
Nasrul HasanGetting started with Terraform
In today's rapidly evolving tech landscape, Terraform has emerged as the de facto tool for Infrastructure as Code (IaC). It's not just another skill; it's a game-changer that can supercharge your career in Cloud and DevOps. In this blog post, we'll delve into the world of Terraform and explore how you can use it to effortlessly provision an Amazon EC2 instance.
Nasrul HasanElasticsearch and Kibana on Docker
Learn how to setup elasticsearch and kibana on docker to develop and test locally.
Nasrul HasanKubernetes Architecture
Start your container orchestration jourey by learning the Architecture of Kubernetes ^_^
Nasrul HasanDeploy Flask app with Github Actions
Build a simple ci cd pipeline in github actions to deploy flask app to AWS EC2.
Nasrul HasanInstall and setup jenkins for production
Learn how to install and setup jenkins for production on Ubuntu, Redhat and on Docker.
Nasrul HasanConnect to remote server with SSH
In this tutorial we will learn how to setup ssh to connect with remote server securely.
Nasrul HasanGeting started with Docker
In this Blog We will learn how to get started with docker. Be it windows, Mac or Linux, and learn all the basics command which we required to run and troubleshoot any running containers.
Nasrul Hasan