# Awesome Kubernetes [](https://github.com/sindresorhus/awesome)
A curated list of awesome references collected since 2018. Microservices architectures rely on DevOps practices, automation, CI/CD (Continuous Integration & Delivery), and API-focused designs.
[Awesome Kubernetes](https://awesome-kubernetes.readthedocs.io/) with *Material theme* available at [redhatspain.com](https://redhatspain.com)
"I do not believe you can do today's job with yesterday's methods and be in business tomorrow" ([Horatio Nelson Jackson](https://www.history.com/news/the-first-great-american-road-trip))
[](https://www.cncf.io/certification/software-conformance/)
[{: style="width:9%"}](https://www.youtube.com/user/rhopenshift) [{: style="width:9%"}](https://www.youtube.com/channel/UCh5Xtp82q8wjijP8npkVTBA) [{: style="width:9%"}](https://www.youtube.com/user/CloudBeesTV) [{: style="width:9%"}](https://www.youtube.com/user/jenkinsci) [{: style="width:9%"}](https://www.youtube.com/channel/UC7noUdfWp-ukXUlAsJnSm-Q/) [{: style="width:9%"}](https://www.youtube.com/user/SpringSourceDev) [{: style="width:9%"}](https://www.youtube.com/channel/UCaW8QG_QoIk_FnjLgr5eOqg) [{: style="width:9%"}](https://www.youtube.com/kubernetescommunity) [{: style="width:9%"}](https://www.youtube.com/user/IBMCloud)
---
## Table of Contents
1. [Introduction. Openshift VS Kubernetes](introduction.md)
- [microservices.io](https://microservices.io/)
- [landscape.cncf.io](https://landscape.cncf.io/)
- [Certified Kubernetes offerings](https://www.cncf.io/certification/software-conformance/)
- [CRI-O Lightweight Container Runtime for Kubernetes](https://cri-o.io/)
- [Open Container Initiative](https://www.opencontainers.org/)
- [agilemethodology.org](http://agilemethodology.org/)
- [agilemanifesto.org](http://agilemanifesto.org/)
- [12factor.net](https://12factor.net/)
- [roadmap.sh](https://roadmap.sh/)
- [API Landscape](https://www.apidays.co/api-landscape)
- [From Java EE To Cloud Native](javaee-to-cloud-native.md)
- [Microservices FAQ & Kubernetes Native](faq.md)
- [Stack Overflow Annual Developer Survey](https://insights.stackoverflow.com/survey)
2. [Site Reliability Engineering (SRE)](sre.md)
3. [DevOps](devops.md)
- [Cheat Sheets 🌟](cheatsheets.md)
- [GitOps 🌟](gitops.md)
- [Demos & Screencasts. OpenShift, Kubernetes, Jenkins Pipelines with JCasC and more 🌟](demos.md)
4. [NoOps](noops.md)
- [Serverless Architectures & Frameworks. OpenFaaS, Knative & Kubeless](serverless.md)
5. [FinOps - Cloud Financial Management](finops.md)
6. [TestOps and Continuous Testing](testops.md)
7. [Project Management Methodology](project-management-methodology.md)
- [Jira](https://www.atlassian.com/software/jira)
- [OpenProject](https://www.openproject.org/)
- [Confluence](https://www.atlassian.com/software/confluence)
- [Work From Home](workfromhome.md)
- [Appointment Scheduling](appointment-scheduling.md)
8. [Docker](docker.md)
9. [Kubernetes 🌟](kubernetes.md)
- [Rancher - Enterprise management for Kubernetes 🌟](rancher.md)
- [Kubernetes Matrix Table 🌟](matrix-table.md)
- [Kubernetes Alternatives](kubernetes-alternatives.md)
10. [OpenShift 🌟](openshift.md)
- [OCP 3](ocp3.md)
- [OCP 4 🌟](ocp4.md)
- [Red Hat Developer @Youtube](https://www.youtube.com/channel/UC7noUdfWp-ukXUlAsJnSm-Q)
- [OpenShift Dedicated](https://www.openshift.com/products/dedicated/)
- [Udemy: OpenShift 4 desde cero 🌟](https://www.udemy.com/course/openshift-4-desde-cero)
11. Software Delivery Pipeline
- [CI/CD - Continuous Integration & Continuous Delivery](cicd.md)
- [Git & Git Patterns. Trunk Devel, Git Flow & Feature Flags. Merge BOTs 🌟](git.md)
- [Jenkins & CloudBees 😀](jenkins.md)
- [Performance testing with Jenkins and JMeter or Gatling](performance-testing-with-jenkins-and-jmeter.md)
- [OpenShift Pipelines with Jenkins, Tekton and more... 🌟](openshift-pipelines.md)
- [Jenkins Alternatives for Continuous Integration](jenkins-alternatives.md)
- Toolchain
- [Container Runtimes/Managers & Base Images. Podman, Buildah & Skopeo](container-managers.md)
- [Maven, Gradle & SDKMAN](maven-gradle.md)
- [SonarQube](sonarqube.md)
- [Nexus & JFrog Artifactory](nexus-jfrog.md)
- [Web Servers & Reverse Proxies: Apache, Nginx, HAProxy, Traefik and more](web-servers.md)
- [Payara App Server](payara.md)
- [Embedded Servlet Containers in SpringBoot: Jetty, Tomcat, Undertow and more](embedded-servlet-containers.md)
- [Selenium, Appium & Zephyr Jira plugin](selenium-appium-zephyr.md)
- [Linux & SSH 🌟](linux.md)
- [YAML processors](yaml-processors.md)
- [MkDocs & GitHub Pages](mkdocs.md)
12. [Caching Solutions](caching.md)
13. [Monitoring and Performance. Prometheus, Grafana, APMs and more 🌟](monitoring.md)
14. Configuration Management
- [Ansible](ansible.md)
- [Chef](chef.md)
- [Liquibase](liquibase.md)
- [Terraform & Packer](terraform.md)
15. Databases on Kubernetes
- [Relational Databases and Database DevOps. CrunchyData Postgres Operator 🌟](databases.md)
- [NoSQL Databases](nosql.md)
16. [Cloud Based Integration & Messaging. Data Processing & Streaming (aka Data Pipeline) 🌟](message-queue.md)
17. [Service Mesh](servicemesh.md)
- [Consul](consul.md)
- [Envoy & xDS protocol](envoyproxy.md)
- [Istio](istio.md)
- [Linkerd](linkerd.md)
- [Maesh](maesh.md)
- [Traffic Director](trafficdirector.md)
18. [Security and DevSecOps. Container Security](devsecops.md)
- [Security Policy as Code](securityascode.md)
19. [Cloud Native Storage](storage.md)
20. [APIs with SOAP, REST and gRPC 🌟](api.md)
- [Swagger code generator for REST APIs](swagger-code-generator-for-rest-apis.md)
- [API Test Automation with Postman](postman.md)
- [API Marketplaces. API Management with API Gateways & Developer Portals 🌟](developerportals.md)
21. Development & Frameworks
- [Angular](angular.md)
- [Document Object Model (DOM)](dom.md)
- [Java & Open Source Microservices Frameworks. SpringBoot, MicroProfile, Quarkus and more 🌟](java_frameworks.md)
- [Java Memory Management & Java Performance Optimization](java-and-java-performance-optimization.md)
- [Java Parameters Matrix Table 🌟](jvm-parameters-matrix-table.md)
- [JavaScript - node.js & npm](javascript.md)
- [Python - Django & Flask](python.md)
- [Xamarin](xamarin.md)
22. Dev Environment
- [Visual Studio Code 🌟](visual-studio.md)
- [WSL: Linux Dev Environment on Windows](linux-dev-env.md)
- [Scaffolding Tools](scaffolding.md)
- [ChromeDevTools](ChromeDevTools.md)
23. Public Cloud
- [Public Cloud Solutions](public-cloud-solutions.md)
- [Edge Computing](edge-computing.md)
- [Cloud Architecture Diagram Tools](cloud-arch-diagrams.md)
- [AWS](aws.md)
- [Amazon Red Hat OpenShift](https://www.openshift.com/products/amazon-openshift/faq)
- [Google Cloud Platform](GoogleCloudPlatform.md)
- [OpenShift on Google Cloud](https://cloud.google.com/solutions/partners/openshift-on-gcp)
- [Microsoft Azure](azure.md)
- [Microsoft Azure Red Hat OpenShift](https://www.openshift.com/products/azure-openshift)
- [IBM Cloud](ibm_cloud.md)
- [Red Hat OpenShift on IBM Cloud](https://www.ibm.com/cloud/openshift)
- [Oracle Cloud](oraclecloud.md)
- [Digital Ocean](digitalocean.md)
- [Cloudflare](cloudflare.md)
24. [E-Learning](elearning.md)
25. [Customer Success Stories 🌟](customer.md)
26. [Subreddits and Newsfeeds](newsfeeds.md)
27. [Other Awesome Lists 🌟](other-awesome-lists.md)
---
[](https://www.ansible.com/blog/migrating-the-runbook-a-journey-from-legacy-to-devops)