mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
12 lines
574 B
Markdown
12 lines
574 B
Markdown
# Human-Connection Nitro \| Deployment Configuration
|
|
|
|
We deploy with [kubernetes](https://kubernetes.io/). In order to deploy your own
|
|
network you have to [install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
|
|
and get a kubernetes cluster.
|
|
|
|
We have tested two different kubernetes providers: [Minikube](./minikube/README.md)
|
|
and [Digital Ocean](./digital-ocean/README.md).
|
|
|
|
Check out the specific documentation for your provider. After that, learn how
|
|
to apply the specific kubernetes configuration for [Human Connection](./human-connection/README.md).
|