List how to learn from Docker to AKS on AWS
I understand Docker somehow, but is Kubernetes managed on AWS? It seems like it's a long way off, but I want to understand how much I understand and what kind of technology I should have. I will update it gradually.
- Docker on localhost
--You can build a 1-tier web environment with Docker.
--You can build a simple 2-tier Web / DB configuration with Docker Compose.
--You can build a simple 2-tier Web * N / DB configuration that is redundant with Kubernetes.
- Docker on EC2
--You can build a 1-tier Web environment with Docker on EC2.
--Beanstalk allows you to build a simple 2-tier Web * N / DB configuration that is redundant.
- Container on AWS
--You can build a 1-tier Web environment with ECS.
--Fagete on ECS can be used to build a 1-tier Web environment.
--AKS makes it possible to build a simple 2-tier Web * N / DB configuration that is redundant.
that's all