updated README.md & external Minikube.md

This commit is contained in:
Ulf Gebhardt 2021-02-25 18:57:37 +01:00
parent 200b8b72f1
commit 8e1708284b
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 30 additions and 24 deletions

25
deployment/Minikube.md Normal file
View File

@ -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
```

View File

@ -4,30 +4,11 @@ You have the following options for a deployment:
- [Kubernetes with Helm](./kubernetes/README.md) - [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. - E-mail: admin@example.org
- Password: 1234
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
```
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 !!!