https://github.com/eveld/securing-services-with-service-mesh-demo
https://github.com/eveld/securing-services-with-service-mesh-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eveld/securing-services-with-service-mesh-demo
- Owner: eveld
- Archived: true
- Created: 2020-01-08T16:39:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T16:42:21.000Z (over 5 years ago)
- Last Synced: 2025-02-14T20:57:06.016Z (3 months ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
step 1:
Create the Kubernetes cluster.
```
yard up
```step 2:
Create the applications.
```
yard tools
kubectl apply -f work/apps
yard expose --service-name svc/api --port 9090:9090
```step 3:
Deploy malicious application.
```
yard tools
kubectl apply -f work/malicious
yard expose --service-name svc/malicious --port 9091:9090
```step 4:
Define intentions.