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

feat: support bi-directional container management #80

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

deviantony
Copy link
Member

@deviantony deviantony commented Oct 26, 2023

Closes #79

This PR implements bi-directional management for containers.

It adds support for externally created containers when using the following operations:

  • List pods - kubectl get pods -Akubectl get pods
    • Listing pods across all namespaces or the default namespace will include the containers created via docker run... as well as pods created via k2d
  • Inspect a pod - kubectl describe pods/container-namekubectl get pods/container-name
    • Allows you to inspect a pod associated to a container created via docker run...
  • Get the logs of a pod - kubectl logs pods/container-name
    • Allows you to get the logs of a pod associated to a container created via docker run...
  • Delete a pod - kubectl delete pods/container-name
    • Allows you to delete a pod associated to a container created via docker run...

@deviantony deviantony merged commit 91ae69b into develop Oct 26, 2023
1 check passed
@deviantony deviantony deleted the feat79-container branch October 26, 2023 00:56
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

Successfully merging this pull request may close these issues.

Allow bi-directional management of containers
1 participant