The container-service-extension is a vCloud Director add-on that manages the life cycle of Kubernetes clusters for tenants.
This extension is designed to be installed on a vCloud Director instance by the service provider (system administrator).
The container-service-extension is distributed as a Python package.
Install and validate:
$ pip install container-service-extension
$ cse version
Follow the configuration steps.
Start the service with:
$ cse run config.yml
More information about vcd-cli
commands to use the service can be found in the vcd-cli site.
$ git clone https://github.com/vmware/container-service-extension.git
$ python setup.py develop
See our site.
The container-service-extension project team welcomes contributions from the community. Before you start working with container-service-extension, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to CONTRIBUTING.md.