Skip to main content

Kubepi CLI for easier k1s setup on Raspberry PIs.

Project description

Made with Python Travis (.org) branch PyPI PyPI - Downloads PyPI - Format GitHub

KubePI CLI for easier k1s setup on Raspberry PIs. See k1s on GitHub.

Usage

KubePI is a custom tool for making the k1s management easier for the K3D setup, dependencies, submodules, and more. It needs at least Python 3.7. Please check that you have Python 3.7 or later by running:

# Raspberry Pi OS (Raspbian) users
python3 --version
# Arch users
python --version

If you are not running Python 3.7 or later, please upgrade your Python version.

Follow these steps to install kubepi by using `pip`:

# Raspberry Pi OS (Raspbian) still shipping python2 by default
pip3 install kubepi
# Arch shipping python3 by default
pip install kubepi

Now you should have the kubepi command in your path and you can run kubepi to display the help:

pi@k1s:~$ kubepi
Usage: kubepi [OPTIONS] COMMAND [ARGS]...

KubePI CLI for easier k1s setup on Raspberry PIs.

Options:
--kube-context TEXT  The kubernetes context to use
-v, --verbosity LVL  Either CRITICAL, ERROR, WARNING, INFO or DEBUG
--help               Show this message and exit.

Commands:
apps       App commands
k3d        Manage k3d clusters
platform   Platform commands
preflight  Preflight checks
setup      Setup infrastructure services

To see the options of each command, just run:

kubepi <COMMAND> --help

For example:

pi@k1s:~$ kubepi k3d --help
Usage: kubepi k3d [OPTIONS] COMMAND [ARGS]...

Manage k3d clusters. The name of the cluster is taken from the option
--kube-context which defaults to 'k1s'

Options:
--help  Show this message and exit.

Commands:
create  Create cluster
delete  Delete cluster
start   Start cluster
status  Cluster status
stop    Stop cluster

Contributing

Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

kubepi-1.0.7-py2.py3-none-any.whl (13.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page