| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a demo of security in kubernetes and Istio.
This includes what problem are there in a service on kubernetes, and how to protect by Istio.
This demo was used in Open Source Summit Japan 2018.
The slides of demo overview are here.
Istio
Nginx Ingress Controller
deploy sample application
cd kubernetes
./make_secret.sh
cd kubernetes
kubectl apply -f .
* access to https://<ingress-controller-address>
User: "root"
Password: "ossj_sectest"
create attacker and protect by Istio
please see attacker/command_docs/*.txt and attacker/command_docs/countermeasure/*.txt for more detail.
| Back | FazBrowse Home | New Git URL |