├── README.md ├── diagrams ├── .DS_Store ├── Layers.pdf ├── application │ └── application layer diagram.pdf ├── infrastructure │ └── infrastructure layer diagram.pdf ├── layering-concept.md └── resource │ └── resource layer diagram.pdf ├── images ├── in-progress.png └── project-logo.png └── notes.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roderick-Jonsson/k8s-diagrams/HEAD/README.md -------------------------------------------------------------------------------- /diagrams/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roderick-Jonsson/k8s-diagrams/HEAD/diagrams/.DS_Store -------------------------------------------------------------------------------- /diagrams/Layers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roderick-Jonsson/k8s-diagrams/HEAD/diagrams/Layers.pdf -------------------------------------------------------------------------------- /diagrams/application/application layer diagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roderick-Jonsson/k8s-diagrams/HEAD/diagrams/application/application layer diagram.pdf -------------------------------------------------------------------------------- /diagrams/infrastructure/infrastructure layer diagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roderick-Jonsson/k8s-diagrams/HEAD/diagrams/infrastructure/infrastructure layer diagram.pdf -------------------------------------------------------------------------------- /diagrams/layering-concept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roderick-Jonsson/k8s-diagrams/HEAD/diagrams/layering-concept.md -------------------------------------------------------------------------------- /diagrams/resource/resource layer diagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roderick-Jonsson/k8s-diagrams/HEAD/diagrams/resource/resource layer diagram.pdf -------------------------------------------------------------------------------- /images/in-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roderick-Jonsson/k8s-diagrams/HEAD/images/in-progress.png -------------------------------------------------------------------------------- /images/project-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roderick-Jonsson/k8s-diagrams/HEAD/images/project-logo.png -------------------------------------------------------------------------------- /notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roderick-Jonsson/k8s-diagrams/HEAD/notes.md --------------------------------------------------------------------------------