Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PaaS Container Services as a Host #260

Open
fred070 opened this issue Jun 7, 2024 · 0 comments
Open

PaaS Container Services as a Host #260

fred070 opened this issue Jun 7, 2024 · 0 comments

Comments

@fred070
Copy link

fred070 commented Jun 7, 2024

Request

  • A working solution with PaaS Container platform (i.e., A Cloud Service Provider managed container plaform)

What I’ve done so far:

  • Using a server (e.g., ec2 instance or vm), installed with docker.
  • Also, based on the docker command it requires a NET_ADMIN capability in order for it to work. Not to mention the for the environment variable HOST_ADDR that needs to be evaluated dynamically upon runtime.

The possible platform I might use are:

  • Azure Container Instance - no way to set the NET_ADMIN capability
  • Azure Container Apps - no way to set the NET_ADMIN capability
  • Azure Function - not an option, this is for short lived applications only
  • AWS Elastic Beanstalk - no way to set the NET_ADMIN capability
  • AKS (Azure Managed Kubernetes) - is an overkill
  • AWS EKS - is an overkill
  • AWS ECS - is an overkill
  • AWS Lambda - is not an option as it runs 15 mins max. For short-lived apps only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant