An open API service indexing awesome lists of open source software.

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

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.