https://github.com/p6m7g8-dotfiles/p6kubernetes
P6 Dotfiles: POSIX.2 Kubernetes CLI utility functions for cluster management
https://github.com/p6m7g8-dotfiles/p6kubernetes
bash cli kubernetes p6 p6m7g8 sh shell terminal zsh
Last synced: 2 months ago
JSON representation
P6 Dotfiles: POSIX.2 Kubernetes CLI utility functions for cluster management
- Host: GitHub
- URL: https://github.com/p6m7g8-dotfiles/p6kubernetes
- Owner: p6m7g8-dotfiles
- Created: 2022-03-18T21:03:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:29:51.000Z (6 months ago)
- Last Synced: 2025-02-07T05:15:56.626Z (4 months ago)
- Topics: bash, cli, kubernetes, p6, p6m7g8, sh, shell, terminal, zsh
- Language: Shell
- Homepage: https://continuouslearning.io
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P6's POSIX.2: p6kubernetes
## Table of Contents
## Badges
[](https://opensource.org/licenses/Apache-2.0)
[](https://mergify.io)
[]()## Summary
## Contributing
- [How to Contribute]()
## Code of Conduct
- [Code of Conduct]()
## Usage
### Aliases
### Functions
## p6kubernetes
### p6kubernetes/init.zsh
- p6df::modules::p6kubernetes::deps()
- p6df::modules::p6kubernetes::init(_module, dir)## p6kubernetes/lib
### p6kubernetes/lib/debug.sh
- p6_kubernetes_debug_cmd()
### p6kubernetes/lib/deployment.sh
- p6_kubernetes_deployment_of_image(image)
### p6kubernetes/lib/pod.sh
- p6_kubernetes_pod_delete(pod_name)
- str name = p6_kubernetes_pod_find(glob)
- stream = p6_kubernetes_pod_describe(pod_name_glob)### p6kubernetes/lib/prompt.sh
- p6_kubernetes_prompt_info()
## Hierarchy
```text
.
├── README.md
├── init.zsh
├── lib
│ ├── debug.sh
│ ├── deployment.sh
│ ├── pod.sh
│ └── prompt.sh
└── share
└── deployment.yaml3 directories, 7 files
```## Author
Philip M . Gollucci