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

Allow bi-directional management of services #81

Open
deviantony opened this issue Oct 26, 2023 · 0 comments
Open

Allow bi-directional management of services #81

deviantony opened this issue Oct 26, 2023 · 0 comments

Comments

@deviantony
Copy link
Member

Follow-up on #79

Assuming bi-directional management is interesting for our users, we should potentially add bi-directional service management.

This would allow support for the following operations:

  • List services - kubectl get svc -Akubectl get svc
    • Listing services across all namespaces or the default namespace will include a service for each container created via docker run... that expose at least one port. These will default to hostPort type services.
  • Inspect a service - kubectl get svc/container-namekubectl describe svc/container-name
    • Allows you to inspect a service associated to a container created via docker run...
  • Delete a service - kubectl delete svc/container-name
    • Allows a user to remove any port exposed on a container created via docker run...
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