awesome-cloud-native-tutorials icon indicating copy to clipboard operation
awesome-cloud-native-tutorials copied to clipboard

A curated list of tutorials and labs for learning cloud native concepts

Awesome Cloud Native Tutorials Awesome

A curated list of tutorials and labs for learning cloud native concepts.


What is Cloud Native? From the Cloud Native Computing Foundation's FAQ:

Cloud native computing uses an open source software stack to be:

  1. Containerized. Each part (applications, processes, etc) is packaged in its own container. This facilitates reproducibility, transparency, and resource isolation.
  2. Dynamically orchestrated. Containers are actively scheduled and managed to optimize resource utilization.
  3. Microservices oriented. Applications are segmented into microservices. This significantly increases the overall agility and maintainability of applications.

Tutorials hosted on github as markdown files include :octocat: (the Octocat).

Contents

  • Containers
    • Docker
    • Open Containers
  • Container Orchestration
    • Kubernetes
    • Mesos
    • OpenShift
  • Inter-Service Communication
  • Observability
    • Tracing

Containers

Docker

Open Containers

  • cri-o Tutorial :octocat: - Use cri-o to run containers in Kubernetes.

Container Orchestration

Kubernetes

Mesos

OpenShift

Inter-Service Communication

Observability

Tracing

Contribute

Contributions welcome! Read the contribution guidelines first.

License

CC0

To the extent possible under law, Manifold has waived all copyright and related or neighboring rights to this work.