Human Connection
docs-354-kubernetes_cron_job_for_backups
docs-354-kubernetes_cron_job_for_backups
  • Introduction
  • Edit this Documentation
  • Installation
  • Backend
    • GraphQL
  • Webapp
    • COMPONENTS
    • PLUGINS
    • STORE
    • PAGES
    • ASSETS
    • LAYOUTS
    • Styleguide
    • STATIC
    • MIDDLEWARE
  • Testing Guide
    • End-to-end tests
    • Frontend tests
    • Backend tests
  • Contributing
  • Kubernetes Deployment
    • Minikube
    • Digital Ocean
      • Kubernetes Dashboard
      • HTTPS
    • Human Connection
    • Volumes
      • Neo4J Offline-Backups
      • Volume Snapshots
      • Reclaim Policy
      • Velero
    • Legacy Migration
  • Feature Specification
  • Code of conduct
  • License
Powered by GitBook
On this page

Was this helpful?

  1. Kubernetes Deployment

Digital Ocean

PreviousMinikubeNextKubernetes Dashboard

Last updated 6 years ago

Was this helpful?

As a start, read the by the folks at Digital Ocean. The following section should enable you to deploy Human Connection to your kubernetes cluster.

Connect to your local cluster

  1. Create a cluster at .

  2. Download the ***-kubeconfig.yaml from the Web UI.

  3. Move the file to the default location where kubectl expects it to be: mv ***-kubeconfig.yaml ~/.kube/config. Alternatively you can set the config on every command: --kubeconfig ***-kubeconfig.yaml

  4. Now check if you can connect to the cluster and if its your newly created one by running: kubectl get nodes

The output should look about like this:

$ kubectl get nodes
NAME                  STATUS   ROLES    AGE   VERSION
nifty-driscoll-uu1w   Ready    <none>   69d   v1.13.2
nifty-driscoll-uuiw   Ready    <none>   69d   v1.13.2
nifty-driscoll-uusn   Ready    <none>   69d   v1.13.2

If you got the steps right above and see your nodes you can continue.

Digital Ocean kubernetes clusters don't have a graphical interface, so I suggest to setup the as a next step. Configuring is bit tricky and therefore I suggest to do this as a last step.

introduction into kubernetes
Digital Ocean
kubernetes dashboard
HTTPS