https://github.com/zephinzer/k8s-playbook
https://github.com/zephinzer/k8s-playbook
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zephinzer/k8s-playbook
- Owner: zephinzer
- Created: 2019-05-23T13:04:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T13:04:32.000Z (about 7 years ago)
- Last Synced: 2025-02-01T18:27:12.873Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes Playbook
- [Kubernetes Playbook](#kubernetes-playbook)
- [Contents](#contents)
- [Setting Up](#setting-up)
## Contents
- [Istio](./istio)
- [LinkerD](./linkerd)
## Setting Up
To run these examples here, you'll need to have a Kubernetes cluster. Run the following to start MiniKube:
```sh
make start_minikube
```