forked from nubenetes/awesome-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs-readthedocs.yml
173 lines (172 loc) · 6.64 KB
/
mkdocs-readthedocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
site_name: Awesome Kubernetes
site_url: https://awesome-kubernetes.readthedocs.io/
site_description: A curated list of awesome IT projects and resources. Inspired by the awesome list.
site_author: info@redhatspain.com
docs_dir: docs/
repo_name: 'GitHub'
repo_url: https://github.com/redhatspain/awesome-kubernetes
theme:
name: readthedocs
prev_next_buttons_location: both
navigation_depth: 4
titles_only: False
sticky_navigation: True
extra_css:
- static/extra.css
extra_javascript:
- javascript/extra.js
markdown_extensions:
- smarty
- sane_lists
- fenced_code
- meta
- admonition
- attr_list
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- codehilite
- footnotes
#- sphinx_search.extension
- toc:
permalink: true
baselevel: 2
nav:
- Home: index.md
- Introduction:
- Openshift VS Kubernetes: introduction.md
- From Java EE To Cloud Native: javaee-to-cloud-native.md
- Microservices FAQ & Kubernetes Native: faq.md
- SRE Site Reliability Engineering: sre.md
- Serverless Architectures & Frameworks. OpenFaaS, Knative & Kubeless: serverless.md
- DevOps:
- DevOps: devops.md
- Cheat Sheets: cheatsheets.md
- GitOps: gitops.md
- Demos & Screencasts. OpenShift, Kubernetes, Jenkins Pipelines with JCasC and more: demos.md
- NoOps:
- NoOps: noops.md
- Serverless Architectures & Frameworks. OpenFaaS, Knative & Kubeless: serverless.md
- FinOps - Cloud Financial Management: finops.md
- TestOps and Continuous Testing: testops.md
- Project Management Methodology:
- Project Management Methodology: project-management-methodology.md
- Work From Home: workfromhome.md
- Appointment Scheduling: appointment-scheduling.md
- Docker: docker.md
- Kubernetes:
- Kubernetes: kubernetes.md
- Kubernetes Plugins, Tools, Extensions and Projects: kubernetes-tools.md
- kubectl commands: kubectl-commands.md
- Kubernetes Networking: kubernetes-networking.md
- Kubernetes security: kubernetes-security.md
- Kubernetes Storage: kubernetes-storage.md
- Kubernetes backup migrations: kubernetes-backup-migrations.md
- Kubernetes autoscaling: kubernetes-autoscaling.md
- Kubernetes Operators and Controllers: kubernetes-operators-controllers.md
- Kubernetes devel tools: kubernetes-devel-tools.md
- kubernetes non-production local environments: kubernetes-local-non-prod.md
- Kubernetes on premise: kubernetes-on-premise.md
- Managed kubernetes in public clouds: managed-kubernetes-in-public-cloud.md
- Kubernetes Matrix Table: matrix-table.md
- Kubernetes alternatives: kubernetes-alternatives.md
- SUSE Rancher:
- Rancher - Enterprise management for Kubernetes: rancher.md
- OpenShift:
- OpenShift docs: openshift.md
- OCP 3: ocp3.md
- OCP 4: ocp4.md
- 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
- OpenShift Pipelines with Jenkins, Tekton and more...: openshift-pipelines.md
- Performance testing with Jenkins and JMeter or Gatling : performance-testing-with-jenkins-and-jmeter.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: 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
- Caching Solutions: caching.md
- Monitoring and Performance. Prometheus, Grafana, APMs and more: monitoring.md
- Configuration Management:
- Ansible: ansible.md
- Chef: chef.md
- Liquibase & Flyway: liquibase.md
- Pulumi: pulumi.md
- Terraform & Packer: terraform.md
- Databases on Kubernetes:
- Relational Databases and Database DevOps. CrunchyData Postgres Operator: databases.md
- NoSQL Databases: nosql.md
- Cloud Based Integration & Messaging. Data Processing & Streaming (aka Data Pipeline): message-queue.md
- Service Mesh:
- 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
- Security and DevSecOps:
- DevSecOps. Container Security: devsecops.md
- Security Policy as Code: securityascode.md
- APIs:
- 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
- Development & Frameworks:
- Angular: angular.md
- Document Object Model (DOM): dom.md
- Java:
- 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
- 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
- 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
- Google Cloud Platform: GoogleCloudPlatform.md
- Microsoft Azure: azure.md
- IBM & IBM Cloud: ibm_cloud.md
- Oracle Cloud: oraclecloud.md
- Digital Ocean: digitalocean.md
- Cloudflare: cloudflare.md
- E-Learning: elearning.md
- Subreddits: newsfeeds.md
- Other Awesome Lists: other-awesome-lists.md
- Customer Success Stories: customer.md
- About: about.md
copyright: 2021 <a href="https://twitter.com/RedHatSpain">Red Hat Spain</a>, <a href="https://awesome-kubernetes.readthedocs.io/about/">about</a>.
google_analytics: ['UA-167788447-1', 'awesome kubernetes']
remote_branch: mkdocs-readthedocs
remote_name: origin