Bind
- Barry Price
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 9 | 07 Jun 2021 | |
latest/edge | 7 | 07 Jun 2021 |
juju deploy bind-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
For any problems with this charm, please report bugs here.
The code for this charm can be downloaded as follows:
git clone https://git.launchpad.net/charm-k8s-bind
To run tests, simply run make test
from within the charm code directory.
Local Deployment
To build your own image locally and deploy with that:
sudo snap install charmcraft
git clone https://git.launchpad.net/charm-k8s-bind
cd charm-k8s-bind
make image-build
docker push localhost:32000/bind
juju deploy bind-k8s --config bind_image_path=localhost:32000/bind:latest bind
juju wait
juju status