Human Connection
Last updated
Was this helpful?
Last updated
Was this helpful?
Deploying Human Connection with kubernetes is straight forward. All you have to do is to change certain parameters, like domain names and API keys, then you just apply our provided configuration files to your cluster.
Change into the ./deployment
directory and copy our provided templates:
Change the configmap.yaml
in the ./deployment/human-connection
directory as needed, all variables will be available as environment variables in your deployed kubernetes pods.
Probably you want to change this environment variable to your actual domain:
If you want to edit secrets, you have to base64
encode them. See .
Those secrets get base64
decoded and are available as environment variables in your deployed kubernetes pods.
This can take a while because kubernetes will download the docker images. Sit back and relax and have a look into your kubernetes dashboard. Wait until all pods turn green and they don't show a warning Waiting: ContainerCreating
anymore.
If you have a deployed you should switch to namespace human-connection
in order to monitor the state of your deployments.
While the deployments and services can easily be restored, simply by deleting and applying the kubernetes configurations again, certain data is not that easily recovered. Therefore we separated persistent volumes from deployments and services. There is a . Create those persistent volumes once before you apply the configuration.