Files
awesome-kubernetes/mkdocs.yml
2020-03-30 22:36:35 +02:00

100 lines
3.2 KiB
YAML

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: inafev
repo_url: https://github.com/inafev/awesome-kubernetes
theme: readthedocs
extra_css:
- extra.css
extra_javascript:
- extra.js
site_favicon: images/favicon.ico
markdown_extensions:
- smarty
- sane_lists
- fenced_code
- meta
- admonition
- toc:
permalink: True
pages:
- Home: index.md
- Introduction:
- Openshift VS Kubernetes: introduction.md
- Microservices FAQ: faq.md
- From Java EE To Cloud Native: javaee-to-cloud-native.md
- CI/CD : cicd.md
- Docker: docker.md
- Kubernetes:
- Kubernetes: kubernetes.md
- Kubernetes Matrix Table: matrix-table.md
- Kubernetes alternatives: kubernetes-alternatives.md
- Openshift:
- Openshift docs: openshift.md
- List of Openshift Compliant Docker images. Demos : openshift-compliant-images.md
- Monitoring and Performance : monitoring.md
- Java and Java Performance Optimization: java-and-java-performance-optimization.md
- Jenkins :
- Jenkins docs: jenkins.md
- Performance Testing with Jenkins and JMeter : performance-testing-with-jenkins-and-jmeter.md
- Jenkins and Openshift. Demos : jenkins-and-openshift.md
- Groovy: groovy.md
- Jenkins Scripts: scripts/README.md
- CI/CD alternatives: cicd-alternatives.md
- Toolchain:
- Maven: maven.md
- Gradle: gradle.md
- SonarQube: sonarqube.md
- Nexus: nexus.md
- HAProxy: haproxy.md
- Payara: payara.md
- Zephyr Jira plugin: zephyr.md
- Selenium: selenium.md
- Appium: appium.md
- Work From Home: workfromhome.md
- Configuration Management:
- Terraform: terraform.md
- Ansible: ansible.md
- Liquibase: liquibase.md
- Databases on Kubernetes: databases.md
- Message Queue in Kubernetes. Event-driven Messaging. Real-Time Data Streaming: message-queue.md
- Service Mesh:
- Service Mesh: servicemesh.md
- Istio Service Mesh: istio.md
- Consul Service Mesh: consul.md
- Security Policy as Code: securityascode.md
- Cloud Native Storage: storage.md
- Dev Environment:
- Git: git.md
- Visual Studio: visual-studio.md
- GitKraken: gitkraken.md
- Linux Dev Environment: linux-dev-env.md
- Scaffolding Tools: scaffolding.md
- Frameworks:
- Angular: angular.md
- Java - SpringBoot: SpringBoot.md
- Java - Spring Cloud: SpringCloud.md
- Java - Quarkus: quarkus.md
- Python: python.md
- APIs:
- APIs and RESTful Architecture: apis-and-restful-architecture.md
- Swagger code generator for REST APIs: swagger-code-generator-for-rest-apis.md
- Test Automation with Postman: postman.md
- 3scale API Management: 3scale.md
- Public Cloud:
- Public Cloud Solutions: public-cloud-solutions.md
- AWS: aws.md
- Google Cloud Platform: GoogleCloudPlatform.md
- Cloud Architecture Diagram Tools: cloud-arch-diagrams.md
- Edge Computing: edge-computing.md
- E-Learning: elearning.md
- Customer Success Stories: customer.md
- Subreddits: newsfeeds.md
- Other Awesome Lists: other-awesome-lists.md
- About: about.md
copyright: 2020 <a href="https://twitter.com/RedHatSpain">Red Hat Spain (Unofficial linkedin group)</a>, <a href="https://awesome-kubernetes.readthedocs.io/about/">about</a>.
google_analytics: ['UA-126665400-1', 'awesome kubernetes']