├── .github └── ISSUE_TEMPLATE │ └── istio-weekly-episode-suggestion.md ├── .gitignore ├── LICENSE ├── README.md ├── istio-big-talk ├── 001 │ ├── README.md │ └── istio-big-talk-slide-001.pdf ├── 002 │ ├── README.md │ └── istio-big-talk-slide-002.pdf ├── 003 │ ├── README.md │ └── istio-big-talk-slide-003.pdf ├── 004 │ ├── README.md │ └── istio-big-talk-slide-004.pdf ├── 005 │ ├── README.md │ └── istio-big-talk-slide-005.pdf ├── 006 │ └── README.md ├── 007 │ ├── README.md │ └── istio-big-talk-slide-007.pdf ├── 008 │ ├── README.md │ └── istio-big-talk-slide-008.pdf └── playlist.md └── istio-weekly ├── 000 └── README.md ├── 001 └── README.md ├── 002 └── README.md ├── 003 ├── 003.png ├── README.md ├── demo.md └── yaml │ ├── gateway.yaml │ ├── hello-world.yaml │ └── vs.yaml ├── 004 ├── 004.png ├── README.md └── demo.md ├── 005 ├── 005.png ├── README.md ├── arch.png └── demo.md ├── 006 ├── 006.png ├── README.md ├── config.yaml └── demo.md ├── 007 ├── 007.png ├── README.md └── demo.md ├── 008 ├── 008.png └── README.md ├── 009 ├── 009.png ├── README.md └── demo.md ├── 010 ├── 010.png └── README.md ├── 011 ├── 011.png └── README.md ├── 012 ├── 012.png └── README.md ├── 013 ├── 013.png └── README.md ├── 014 ├── 014.png └── README.md ├── 015 ├── 015.png └── README.md ├── 016 ├── 016.png └── README.md └── playlist.md /.github/ISSUE_TEMPLATE/istio-weekly-episode-suggestion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/.github/ISSUE_TEMPLATE/istio-weekly-episode-suggestion.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/README.md -------------------------------------------------------------------------------- /istio-big-talk/001/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/001/README.md -------------------------------------------------------------------------------- /istio-big-talk/001/istio-big-talk-slide-001.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/001/istio-big-talk-slide-001.pdf -------------------------------------------------------------------------------- /istio-big-talk/002/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/002/README.md -------------------------------------------------------------------------------- /istio-big-talk/002/istio-big-talk-slide-002.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/002/istio-big-talk-slide-002.pdf -------------------------------------------------------------------------------- /istio-big-talk/003/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/003/README.md -------------------------------------------------------------------------------- /istio-big-talk/003/istio-big-talk-slide-003.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/003/istio-big-talk-slide-003.pdf -------------------------------------------------------------------------------- /istio-big-talk/004/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/004/README.md -------------------------------------------------------------------------------- /istio-big-talk/004/istio-big-talk-slide-004.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/004/istio-big-talk-slide-004.pdf -------------------------------------------------------------------------------- /istio-big-talk/005/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/005/README.md -------------------------------------------------------------------------------- /istio-big-talk/005/istio-big-talk-slide-005.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/005/istio-big-talk-slide-005.pdf -------------------------------------------------------------------------------- /istio-big-talk/006/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/006/README.md -------------------------------------------------------------------------------- /istio-big-talk/007/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/007/README.md -------------------------------------------------------------------------------- /istio-big-talk/007/istio-big-talk-slide-007.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/007/istio-big-talk-slide-007.pdf -------------------------------------------------------------------------------- /istio-big-talk/008/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/008/README.md -------------------------------------------------------------------------------- /istio-big-talk/008/istio-big-talk-slide-008.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/008/istio-big-talk-slide-008.pdf -------------------------------------------------------------------------------- /istio-big-talk/playlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-big-talk/playlist.md -------------------------------------------------------------------------------- /istio-weekly/000/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/000/README.md -------------------------------------------------------------------------------- /istio-weekly/001/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/001/README.md -------------------------------------------------------------------------------- /istio-weekly/002/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/002/README.md -------------------------------------------------------------------------------- /istio-weekly/003/003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/003/003.png -------------------------------------------------------------------------------- /istio-weekly/003/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/003/README.md -------------------------------------------------------------------------------- /istio-weekly/003/demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/003/demo.md -------------------------------------------------------------------------------- /istio-weekly/003/yaml/gateway.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/003/yaml/gateway.yaml -------------------------------------------------------------------------------- /istio-weekly/003/yaml/hello-world.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/003/yaml/hello-world.yaml -------------------------------------------------------------------------------- /istio-weekly/003/yaml/vs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/003/yaml/vs.yaml -------------------------------------------------------------------------------- /istio-weekly/004/004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/004/004.png -------------------------------------------------------------------------------- /istio-weekly/004/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/004/README.md -------------------------------------------------------------------------------- /istio-weekly/004/demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/004/demo.md -------------------------------------------------------------------------------- /istio-weekly/005/005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/005/005.png -------------------------------------------------------------------------------- /istio-weekly/005/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/005/README.md -------------------------------------------------------------------------------- /istio-weekly/005/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/005/arch.png -------------------------------------------------------------------------------- /istio-weekly/005/demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/005/demo.md -------------------------------------------------------------------------------- /istio-weekly/006/006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/006/006.png -------------------------------------------------------------------------------- /istio-weekly/006/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/006/README.md -------------------------------------------------------------------------------- /istio-weekly/006/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/006/config.yaml -------------------------------------------------------------------------------- /istio-weekly/006/demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/006/demo.md -------------------------------------------------------------------------------- /istio-weekly/007/007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/007/007.png -------------------------------------------------------------------------------- /istio-weekly/007/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/007/README.md -------------------------------------------------------------------------------- /istio-weekly/007/demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/007/demo.md -------------------------------------------------------------------------------- /istio-weekly/008/008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/008/008.png -------------------------------------------------------------------------------- /istio-weekly/008/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/008/README.md -------------------------------------------------------------------------------- /istio-weekly/009/009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/009/009.png -------------------------------------------------------------------------------- /istio-weekly/009/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/009/README.md -------------------------------------------------------------------------------- /istio-weekly/009/demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/009/demo.md -------------------------------------------------------------------------------- /istio-weekly/010/010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/010/010.png -------------------------------------------------------------------------------- /istio-weekly/010/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/010/README.md -------------------------------------------------------------------------------- /istio-weekly/011/011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/011/011.png -------------------------------------------------------------------------------- /istio-weekly/011/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/011/README.md -------------------------------------------------------------------------------- /istio-weekly/012/012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/012/012.png -------------------------------------------------------------------------------- /istio-weekly/012/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/012/README.md -------------------------------------------------------------------------------- /istio-weekly/013/013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/013/013.png -------------------------------------------------------------------------------- /istio-weekly/013/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/013/README.md -------------------------------------------------------------------------------- /istio-weekly/014/014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/014/014.png -------------------------------------------------------------------------------- /istio-weekly/014/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/014/README.md -------------------------------------------------------------------------------- /istio-weekly/015/015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/015/015.png -------------------------------------------------------------------------------- /istio-weekly/015/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/015/README.md -------------------------------------------------------------------------------- /istio-weekly/016/016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/016/016.png -------------------------------------------------------------------------------- /istio-weekly/016/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/016/README.md -------------------------------------------------------------------------------- /istio-weekly/playlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tetratelabs/istio-weekly/HEAD/istio-weekly/playlist.md --------------------------------------------------------------------------------