mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-16 06:07:14 +00:00
18
.github/workflows/main.yml
vendored
Normal file
18
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Publish docs via GitHub Pages
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- mkdocs-material
|
||||
jobs:
|
||||
build:
|
||||
name: Deploy docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout master
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy MkDocs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@1.12
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
|
||||
CUSTOM_DOMAIN: redhatspain.com
|
||||
|
||||
@@ -4,7 +4,7 @@ A curated list of awesome references collected in 2018.
|
||||
Readable content can be reached at:
|
||||
- [awesome-kubernetes.readthedocs.io](https://awesome-kubernetes.readthedocs.io)
|
||||
|
||||
A new MKDocs theme is being tested at:
|
||||
A new and recommended MKDocs theme is available at:
|
||||
- [redhatspain.com](https://redhatspain.com)
|
||||
- [redhatspain.github.io](https://redhatspain.github.io/)
|
||||
|
||||
|
||||
@@ -6,10 +6,11 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu
|
||||
"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))
|
||||
|
||||
<center>
|
||||
[New site under construction here!](https://www.redhatspain.com)
|
||||
|
||||
[](https://www.youtube.com/user/rhopenshift) [](https://www.youtube.com/user/CloudBeesTV)
|
||||
</center>
|
||||
<!-- youtube player
|
||||
<div id="player"></div>
|
||||
-->
|
||||
<!--
|
||||
<img alt="Container with cars" src="images/container_with_cars.png">
|
||||
<head>
|
||||
@@ -19,7 +20,6 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu
|
||||
<center>
|
||||
[](https://www.cncf.io/certification/software-conformance/)
|
||||
</center>
|
||||
<div id="player"></div>
|
||||
---
|
||||
|
||||
## Table of Contents
|
||||
|
||||
2
docs/static/extra.css
vendored
2
docs/static/extra.css
vendored
@@ -5,7 +5,7 @@ body {
|
||||
margin: 0;
|
||||
background-color:rgb(240,240,240);
|
||||
font-family: arial, sans-serif;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* Applies to all <h1>...</h1> elements. */
|
||||
|
||||
227
mkdocs.yml
227
mkdocs.yml
@@ -1,12 +1,12 @@
|
||||
site_name: Awesome Kubernetes
|
||||
site_url: https://docs.redhatspain.com
|
||||
site_url: https://redhatspain.github.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
|
||||
|
||||
docs_dir: docs/
|
||||
repo_name: redhatspain/redhatspain.github.io
|
||||
repo_url: https://github.com/redhatspain/redhatspain.github.io
|
||||
theme:
|
||||
name: readthedocs
|
||||
name: material
|
||||
prev_next_buttons_location: both
|
||||
navigation_depth: 4
|
||||
titles_only: False
|
||||
@@ -27,113 +27,114 @@ markdown_extensions:
|
||||
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
|
||||
- Site Reliability Engineering (SRE): 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
|
||||
- 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
|
||||
- Site Reliability Engineering (SRE): sre.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 Matrix Table: matrix-table.md
|
||||
- Kubernetes alternatives: kubernetes-alternatives.md
|
||||
- OpenShift:
|
||||
- OpenShift docs: openshift.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: maven-gradle.md
|
||||
- SonarQube: sonarqube.md
|
||||
- Nexus & JFrog Artifactory: nexus-jfrog.md
|
||||
- Web Servers - Apache, HAProxy & Nginx: 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
|
||||
- Java Memory Management:
|
||||
- Java Memory Management & Java Performance Optimization: java-and-java-performance-optimization.md
|
||||
- Java Parameters Matrix Table: jvm-parameters-matrix-table.md
|
||||
- Caching Solutions: caching.md
|
||||
- Monitoring and Performance. Prometheus, Grafana, APMs and more: monitoring.md
|
||||
- Configuration Management:
|
||||
- Ansible: ansible.md
|
||||
- Liquibase: liquibase.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
|
||||
- Cloud Native Storage: storage.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 - Spring Framework: SpringFramework.md
|
||||
- Java - SpringBoot: SpringBoot.md
|
||||
- Java - Spring Cloud: SpringCloud.md
|
||||
- Java - Quarkus: quarkus.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 Cloud: ibm_cloud.md
|
||||
- Oracle Cloud: oraclecloud.md
|
||||
- Digital Ocean: digitalocean.md
|
||||
- Cloudflare: cloudflare.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://docs.redhatspain.com/about/">about</a>.
|
||||
- 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 Matrix Table: matrix-table.md
|
||||
- Kubernetes alternatives: kubernetes-alternatives.md
|
||||
- OpenShift:
|
||||
- OpenShift docs: openshift.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: maven-gradle.md
|
||||
- SonarQube: sonarqube.md
|
||||
- Nexus & JFrog Artifactory: nexus-jfrog.md
|
||||
- Web Servers - Apache, HAProxy & Nginx: 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
|
||||
- Java Memory Management:
|
||||
- Java Memory Management & Java Performance Optimization: java-and-java-performance-optimization.md
|
||||
- Java Parameters Matrix Table: jvm-parameters-matrix-table.md
|
||||
- Caching Solutions: caching.md
|
||||
- Monitoring and Performance. Prometheus, Grafana, APMs and more: monitoring.md
|
||||
- Configuration Management:
|
||||
- Ansible: ansible.md
|
||||
- Liquibase: liquibase.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
|
||||
- Cloud Native Storage: storage.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 - Spring Framework: SpringFramework.md
|
||||
- Java - SpringBoot: SpringBoot.md
|
||||
- Java - Spring Cloud: SpringCloud.md
|
||||
- Java - Quarkus: quarkus.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 Cloud: ibm_cloud.md
|
||||
- Oracle Cloud: oraclecloud.md
|
||||
- Digital Ocean: digitalocean.md
|
||||
- Cloudflare: cloudflare.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://redhatspain.github.io/about/">about</a>.
|
||||
google_analytics: ['UA-167788447-1', 'awesome kubernetes']
|
||||
#remote_branch: gh-pages
|
||||
#remote_name: origin
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
mkdocs==1.1.2
|
||||
mkdocs==1.1.2
|
||||
mkdocs-material
|
||||
Reference in New Issue
Block a user