From 04eab3b3daabc7650cbd8e5ff07354f34669c3f7 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Tue, 14 Sep 2021 11:22:04 +0200 Subject: [PATCH] docs: skeleton on basic structure for the piece --- docs/ocis/deployment/kubernetes.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/ocis/deployment/kubernetes.md diff --git a/docs/ocis/deployment/kubernetes.md b/docs/ocis/deployment/kubernetes.md new file mode 100644 index 0000000000..6fb306b73d --- /dev/null +++ b/docs/ocis/deployment/kubernetes.md @@ -0,0 +1,28 @@ +--- +title: "Kubernetes" +date: 2021-10-14T11:04:00+01:00 +weight: 25 +geekdocRepo: https://github.com/owncloud/ocis +geekdocEditPath: edit/master/docs/ocis/deployment +geekdocFilePath: kubernetes.md +--- + +{{< toc >}} + +## What is Kubernetes + +## What is Minikube + +## What is `kubectl` + +## Setting up Minikube + +## Helm Charts, and why they are handy for oCIS + +## Run a local set of Helm charts + +## What is GCP + +### Can Helm charts run on GCP? + +## Running on GCP (Google Cloud Platform)