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

Implement metadata page in UI component #588

Open
niallthomson opened this issue Jul 16, 2024 · 1 comment
Open

Implement metadata page in UI component #588

niallthomson opened this issue Jul 16, 2024 · 1 comment
Assignees

Comments

@niallthomson
Copy link
Collaborator

The UI should provide a page that outputs information about the environment the container is deployed in. This is useful for demonstrations where it is necessary to show aspects such as cross-AZ load balancing and many others.

This component should automatically determine where it is running by checking for things like the EC2 metadata endpoint, ECS metadata endpoint etc. It should likely be possible for multiple "contributors" to add to the metadata, for example one to provide Kubernetes metadata and another to provide EC2 metadata.

Examples of information that could be shown:

  • Availability zone/region
  • EC2 instance type
  • ECS task family, revision
  • Environment variables with a specific prefix, for example METADATA_CUSTOM_FIELD, which would allow use of Kubernetes downwards API
@awsjt
Copy link

awsjt commented Jul 16, 2024

I can take this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants