From 8e1708284bd93fb511d518c55909c9aa9404d077 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 25 Feb 2021 18:57:37 +0100 Subject: [PATCH] updated README.md & external Minikube.md --- deployment/Minikube.md | 25 +++++++++++++++++++++++++ deployment/README.md | 29 +++++------------------------ 2 files changed, 30 insertions(+), 24 deletions(-) create mode 100644 deployment/Minikube.md diff --git a/deployment/Minikube.md b/deployment/Minikube.md new file mode 100644 index 0000000..8e6240a --- /dev/null +++ b/deployment/Minikube.md @@ -0,0 +1,25 @@ +# Minikube + +There are many Kubernetes providers, but if you're just getting started, Minikube is a tool that you can use to get your feet wet. + +After you [installed Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) +open your minikube dashboard: + +```text +$ minikube dashboard +``` + +This will give you an overview. Some of the steps below need some timing to make resources available to other dependent deployments. Keeping an eye on the dashboard is a great way to check that. + +Follow the installation instruction for [Kubernetes with Helm](./kubernetes/README.md). + +If all the pods and services have settled and everything looks green in your +minikube dashboard, expose the services you want on your host system. + +For example: + +```text +$ minikube service webapp --namespace=ocelotsocialnetwork +# optionally +$ minikube service backend --namespace=ocelotsocialnetwork +``` \ No newline at end of file diff --git a/deployment/README.md b/deployment/README.md index 53ea195..f0d573a 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -4,30 +4,11 @@ You have the following options for a deployment: - [Kubernetes with Helm](./kubernetes/README.md) +## After Deployment -## Minikube +After the first deployment of the new network on your server, the database is initialized with the default administrator: -There are many Kubernetes providers, but if you're just getting started, Minikube is a tool that you can use to get your feet wet. - -After you [installed Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) -open your minikube dashboard: - -```text -$ minikube dashboard -``` - -This will give you an overview. Some of the steps below need some timing to make resources available to other dependent deployments. Keeping an eye on the dashboard is a great way to check that. - -Follow the installation instruction for [Kubernetes with Helm](./kubernetes/README.md). - -If all the pods and services have settled and everything looks green in your -minikube dashboard, expose the services you want on your host system. - -For example: - -```text -$ minikube service webapp --namespace=ocelotsocialnetwork -# optionally -$ minikube service backend --namespace=ocelotsocialnetwork -``` +- E-mail: admin@example.org +- Password: 1234 +TODO: When you are logged in for the first time, please change your (the admin's) e-mail to an existing one and change your password to a secure one !!! \ No newline at end of file