at0S / dev-tools

Common tools, to support development, in a single repo, backed by Terraform
MIT License
2 stars 1 forks source link

Shared runtime for applications in containers #7

Open at0S opened 3 years ago

at0S commented 3 years ago

Problem

Applications should run in a standard environment. Containers are a natural choice here, as we are able to provide a consistent environment and somewhat standard interface for running applications. With one important question - which platform to choose for container orchestration?

K8s test

Will try the managed solution from AWS (EKS).

Done when

  1. Running an instance of nginx container.
  2. Able to connect to it using k8s proxy (using EKS control plane)
  3. Able to connect as a regular Internet user
at0S commented 3 years ago

I will try to use the module for aws-eks created by HashiCorp, as the own module looks a bit complicated to build in a short time span.