About one year ago, I was trying to learn more detail about DevOps topic and searched the internet. Then I found a good Youtuber who can explain the...
In this blog post, I am going to show how to deploy the application to Kubernetes from AWS ECR. There are two tasks we need to complete. Docker Login...
In the previous blog post, we demonstrated a complete demo of Kubernetes. But we didn't use the Kubernetes volume. In this blog, we are going to show...
In the previous blog, we showed a basic practice on Kubernetes. In this blog, I am going to demonstrate a complete Kubernetes demo. In this demo, the...
Kubernetes or K8s or Kube is an open-source container orchestration tool developed by Google. It can automate many processes involved in deploying,...
In the previous post, we show how to run a sample web application on AWS EC2. In practice, this task called CD (continuous deployment) is...