AOC
My multi-cluster management tool
This basically a wrapper around oc tool with some commands to help managing multiple clusters.
So it can be used exactly like oc, for example aoc get pods -A.
To make it work seamlessly like a regular oc, create an alias under your shell configuration.
# bash
echo "alias oc=aoc" >> ~/.bashrc
source ~/.bashrc
# zsh
echo "alias oc=aoc" >> ~/.zshrc
source ~/.zshrc
prerequisites
- python>=3.5
- oc
Installation
pip3 install aoc
Usage
Usage: aoc [OPTIONS] COMMAND [ARGS]...
__ _ ___ ___
/ _` |/ _ \ / __|
| (_| | (_) | (__
\__,_|\___/ \___|
Multi-cluster management tool
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
add-kube Add a new cluster to aoc
auto-keep Enable/disable auto keep
delete-kube Remove a cluster from aoc
list Show list of kubeconfigs
rename-kube Rename cluster
switch-kube Set the current kube
Release files for aoc 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aoc-1.0.1.tar.gz | 5.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aoc-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.9 kB
Release files / aoc-1.0.1.tar.gz
| Download URL | aoc-1.0.1.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
040eae628d7adec74eb11e9500bce3427d70c4d369428b75722562aa06b7fa9a
|
|
BLAKE2b-256 checksum How to use checksums |
10ff084fd7f593e2868cc2e7b986f3778dd66f5a8cf4c68a192d0c541a730e78
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.5
|
Release files / aoc-1.0.1-py3-none-any.whl
| Download URL | aoc-1.0.1-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a84fcb218a760db202dff76363ea678b4a40c4408e296651a65782ee2e3a463d
|
|
BLAKE2b-256 checksum How to use checksums |
e28df780964ad27ba49e1cdcefee502def2b123e83f15dea50dcd3d7fd0702bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.5
|