https://github.com/eddienubes/kubernetes-example
https://github.com/eddienubes/kubernetes-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddienubes/kubernetes-example
- Owner: eddienubes
- Created: 2021-10-06T15:34:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T20:35:30.000Z (over 4 years ago)
- Last Synced: 2025-01-30T09:33:00.672Z (over 1 year ago)
- Language: Shell
- Size: 22.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. ``sudo service docker start``
2. ``minikube start``
3. Test Kafka message from _root_ to _api_ service
``curl $(minikube ip)/api/root/test``
4. Delete API and ROOT pods
5. Install Consul
``helm install consul hashicorp/consul --set global.name=consul
--create-namespace -n consul --values ``
6. Check is consul pods are running with ``kubectl get pods -n consul``
7. Check vault status
``kubectl exec vault-0 -- vault status``
**Use minikube env for docker**
``eval $(minikube docker-env)``
**Output minikube IP**
``$(minikube ip)``