├── README.md ├── day1 ├── deployment1.yaml ├── deployment2.yaml ├── pod1.yaml ├── pod2.yaml ├── pod3.yaml ├── pod4.yaml └── questoes.md ├── day2 ├── pod.yaml └── questoes.md ├── day3 ├── questoes.md └── static-pod.yaml ├── day4 ├── deploy.yaml ├── pod.yaml └── questoes.md ├── day5 └── questoes.md ├── day6 ├── pod_com_secret.yaml └── questoes.md ├── day7 ├── pod-que-o-pod-esta-esperando.yaml ├── pods-que-espera-o-service.yaml └── questoes.md ├── day8 ├── kind-cluster.yaml ├── meu_deployment.yaml ├── meu_pod.yaml └── questoes.md └── day9 ├── deployment.yaml ├── pod.yaml └── questoes.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/README.md -------------------------------------------------------------------------------- /day1/deployment1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day1/deployment1.yaml -------------------------------------------------------------------------------- /day1/deployment2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day1/deployment2.yaml -------------------------------------------------------------------------------- /day1/pod1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day1/pod1.yaml -------------------------------------------------------------------------------- /day1/pod2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day1/pod2.yaml -------------------------------------------------------------------------------- /day1/pod3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day1/pod3.yaml -------------------------------------------------------------------------------- /day1/pod4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day1/pod4.yaml -------------------------------------------------------------------------------- /day1/questoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day1/questoes.md -------------------------------------------------------------------------------- /day2/pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day2/pod.yaml -------------------------------------------------------------------------------- /day2/questoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day2/questoes.md -------------------------------------------------------------------------------- /day3/questoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day3/questoes.md -------------------------------------------------------------------------------- /day3/static-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day3/static-pod.yaml -------------------------------------------------------------------------------- /day4/deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day4/deploy.yaml -------------------------------------------------------------------------------- /day4/pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day4/pod.yaml -------------------------------------------------------------------------------- /day4/questoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day4/questoes.md -------------------------------------------------------------------------------- /day5/questoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day5/questoes.md -------------------------------------------------------------------------------- /day6/pod_com_secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day6/pod_com_secret.yaml -------------------------------------------------------------------------------- /day6/questoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day6/questoes.md -------------------------------------------------------------------------------- /day7/pod-que-o-pod-esta-esperando.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day7/pod-que-o-pod-esta-esperando.yaml -------------------------------------------------------------------------------- /day7/pods-que-espera-o-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day7/pods-que-espera-o-service.yaml -------------------------------------------------------------------------------- /day7/questoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day7/questoes.md -------------------------------------------------------------------------------- /day8/kind-cluster.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day8/kind-cluster.yaml -------------------------------------------------------------------------------- /day8/meu_deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day8/meu_deployment.yaml -------------------------------------------------------------------------------- /day8/meu_pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day8/meu_pod.yaml -------------------------------------------------------------------------------- /day8/questoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day8/questoes.md -------------------------------------------------------------------------------- /day9/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day9/deployment.yaml -------------------------------------------------------------------------------- /day9/pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day9/pod.yaml -------------------------------------------------------------------------------- /day9/questoes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/BondeDoCKA/HEAD/day9/questoes.md --------------------------------------------------------------------------------