├── Getting-started └── README.md ├── Module-02 └── README.md ├── Module-03 └── README.md ├── Module-06 ├── README.md ├── index.html ├── nginx.yml └── vis.yml ├── Module-07 └── README.md ├── Module-08 └── README.md ├── Module-09 ├── README.md ├── custom-nginx │ ├── Dockerfile │ └── index.html └── simple-nginx │ └── Dockerfile ├── Module-10 ├── Dockerfile ├── README.md └── main.go ├── Module-11 └── README.md ├── Module-12 └── README.md ├── Module-13 ├── README.md └── registry │ ├── auth │ └── htpasswd │ └── certs │ ├── domain.crt │ └── domain.key ├── Module-17 └── README.md ├── Module-18 ├── README.md └── nginx-compose │ └── docker-compose.yml ├── Module-19 └── README.md ├── Module-20 └── README.md ├── Module-21 └── README.md ├── Module-22 └── README.md ├── Module-23 └── README.md ├── Module-24 └── README.md ├── Module-25 └── README.md ├── Module-27 └── README.md ├── Module-28 └── README.md ├── Module-29 ├── README.md ├── pod.yaml └── pod2.yaml ├── Module-30 ├── README.md ├── app.yaml └── pod.yaml ├── Module-31 ├── README.md └── deployment.yaml ├── Module-32 ├── README.md ├── secredenv.yaml ├── secret.yaml └── secretvolume.yaml ├── Module-33 ├── README.md ├── dev.properties └── pod.yaml ├── Module-34 ├── README.md ├── endpoint.yaml └── service.yaml ├── Module-35 ├── README.md ├── app.yaml ├── nodeport.yaml └── service.yaml ├── Module-36 └── README.md ├── Module-37 └── README.md ├── Module-38 └── README.md ├── Module-39 └── README.md ├── Module-40 └── README.md └── README.md /Getting-started/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Getting-started/README.md -------------------------------------------------------------------------------- /Module-02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-02/README.md -------------------------------------------------------------------------------- /Module-03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-03/README.md -------------------------------------------------------------------------------- /Module-06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-06/README.md -------------------------------------------------------------------------------- /Module-06/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-06/index.html -------------------------------------------------------------------------------- /Module-06/nginx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-06/nginx.yml -------------------------------------------------------------------------------- /Module-06/vis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-06/vis.yml -------------------------------------------------------------------------------- /Module-07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-07/README.md -------------------------------------------------------------------------------- /Module-08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-08/README.md -------------------------------------------------------------------------------- /Module-09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-09/README.md -------------------------------------------------------------------------------- /Module-09/custom-nginx/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-09/custom-nginx/Dockerfile -------------------------------------------------------------------------------- /Module-09/custom-nginx/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-09/custom-nginx/index.html -------------------------------------------------------------------------------- /Module-09/simple-nginx/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-09/simple-nginx/Dockerfile -------------------------------------------------------------------------------- /Module-10/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-10/Dockerfile -------------------------------------------------------------------------------- /Module-10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-10/README.md -------------------------------------------------------------------------------- /Module-10/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-10/main.go -------------------------------------------------------------------------------- /Module-11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-11/README.md -------------------------------------------------------------------------------- /Module-12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-12/README.md -------------------------------------------------------------------------------- /Module-13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-13/README.md -------------------------------------------------------------------------------- /Module-13/registry/auth/htpasswd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Module-13/registry/certs/domain.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-13/registry/certs/domain.crt -------------------------------------------------------------------------------- /Module-13/registry/certs/domain.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-13/registry/certs/domain.key -------------------------------------------------------------------------------- /Module-17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-17/README.md -------------------------------------------------------------------------------- /Module-18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-18/README.md -------------------------------------------------------------------------------- /Module-18/nginx-compose/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-18/nginx-compose/docker-compose.yml -------------------------------------------------------------------------------- /Module-19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-19/README.md -------------------------------------------------------------------------------- /Module-20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-20/README.md -------------------------------------------------------------------------------- /Module-21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-21/README.md -------------------------------------------------------------------------------- /Module-22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-22/README.md -------------------------------------------------------------------------------- /Module-23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-23/README.md -------------------------------------------------------------------------------- /Module-24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-24/README.md -------------------------------------------------------------------------------- /Module-25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-25/README.md -------------------------------------------------------------------------------- /Module-27/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-27/README.md -------------------------------------------------------------------------------- /Module-28/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-28/README.md -------------------------------------------------------------------------------- /Module-29/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-29/README.md -------------------------------------------------------------------------------- /Module-29/pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-29/pod.yaml -------------------------------------------------------------------------------- /Module-29/pod2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-29/pod2.yaml -------------------------------------------------------------------------------- /Module-30/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-30/README.md -------------------------------------------------------------------------------- /Module-30/app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-30/app.yaml -------------------------------------------------------------------------------- /Module-30/pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-30/pod.yaml -------------------------------------------------------------------------------- /Module-31/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-31/README.md -------------------------------------------------------------------------------- /Module-31/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-31/deployment.yaml -------------------------------------------------------------------------------- /Module-32/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-32/README.md -------------------------------------------------------------------------------- /Module-32/secredenv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-32/secredenv.yaml -------------------------------------------------------------------------------- /Module-32/secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-32/secret.yaml -------------------------------------------------------------------------------- /Module-32/secretvolume.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-32/secretvolume.yaml -------------------------------------------------------------------------------- /Module-33/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-33/README.md -------------------------------------------------------------------------------- /Module-33/dev.properties: -------------------------------------------------------------------------------- 1 | app.env=dev 2 | app.mem=2048m -------------------------------------------------------------------------------- /Module-33/pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-33/pod.yaml -------------------------------------------------------------------------------- /Module-34/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-34/README.md -------------------------------------------------------------------------------- /Module-34/endpoint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-34/endpoint.yaml -------------------------------------------------------------------------------- /Module-34/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-34/service.yaml -------------------------------------------------------------------------------- /Module-35/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-35/README.md -------------------------------------------------------------------------------- /Module-35/app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-35/app.yaml -------------------------------------------------------------------------------- /Module-35/nodeport.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-35/nodeport.yaml -------------------------------------------------------------------------------- /Module-35/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-35/service.yaml -------------------------------------------------------------------------------- /Module-36/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-36/README.md -------------------------------------------------------------------------------- /Module-37/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-37/README.md -------------------------------------------------------------------------------- /Module-38/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-38/README.md -------------------------------------------------------------------------------- /Module-39/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-39/README.md -------------------------------------------------------------------------------- /Module-40/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/Module-40/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgaijin66/Docker-and-Kubernetes/HEAD/README.md --------------------------------------------------------------------------------