├── LICENSE ├── README.md └── kubecon2019china └── charts ├── guestbook-kruise ├── Chart.yaml ├── README.md ├── templates │ ├── NOTES.txt │ ├── _helpers.tpl │ ├── guestbook-kruise.yaml │ ├── guestbook-service.yaml │ ├── redis-master-deployment.yaml │ ├── redis-master-service.yaml │ ├── redis-slave-deployment.yaml │ └── redis-slave-service.yaml └── values.yaml └── guestbook ├── Chart.yaml ├── README.md ├── templates ├── NOTES.txt ├── _helpers.tpl ├── guestbook-deployment.yaml ├── guestbook-service.yaml ├── redis-master-deployment.yaml ├── redis-master-service.yaml ├── redis-slave-deployment.yaml └── redis-slave-service.yaml └── values.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/README.md -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/Chart.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/README.md -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/templates/NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/templates/NOTES.txt -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/templates/_helpers.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/templates/_helpers.tpl -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/templates/guestbook-kruise.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/templates/guestbook-kruise.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/templates/guestbook-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/templates/guestbook-service.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/templates/redis-master-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/templates/redis-master-deployment.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/templates/redis-master-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/templates/redis-master-service.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/templates/redis-slave-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/templates/redis-slave-deployment.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/templates/redis-slave-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/templates/redis-slave-service.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook-kruise/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook-kruise/values.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/Chart.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/README.md -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/templates/NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/templates/NOTES.txt -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/templates/_helpers.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/templates/_helpers.tpl -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/templates/guestbook-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/templates/guestbook-deployment.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/templates/guestbook-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/templates/guestbook-service.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/templates/redis-master-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/templates/redis-master-deployment.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/templates/redis-master-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/templates/redis-master-service.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/templates/redis-slave-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/templates/redis-slave-deployment.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/templates/redis-slave-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/templates/redis-slave-service.yaml -------------------------------------------------------------------------------- /kubecon2019china/charts/guestbook/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alibaba-archive/workshop/HEAD/kubecon2019china/charts/guestbook/values.yaml --------------------------------------------------------------------------------