How to deploy¶
This guide provides deployment instructions for Charmed Valkey. It supports both Kubernetes and VM clouds and can be deployed seamless on both substrates.
Prerequisites¶
The basic requirements for deploying a charm are the Juju client and a cloud.
Setup¶
First, bootstrap the cloud controller and create a model:
juju bootstrap <cloud name> <controller name>
juju add-model <model name>
Then, use the juju deploy command:
juju deploy valkey --channel 9/edge -n <number_of_replicas> --trust
If you are not sure where to start or would like a more guided walk through for setting up your environment, see the Tutorial.