Files
awesome-kubernetes/mkdocs.yml
Inaki Fernandez e6fd567e55 Jan 27th
2022-01-27 17:02:33 +01:00

287 lines
11 KiB
YAML

site_name: Nubenetes
site_url: https://nubenetes.com
site_description: A curated list of awesome IT projects and resources. Inspired by the awesome list.
site_author: nubenetes@gmail.com
docs_dir: docs/
#repo_name: 'GitHub'
repo_name: nubenetes/awesome-kubernetes
repo_url: https://github.com/nubenetes/awesome-kubernetes
edit_uri: ""
theme:
name: material
prev_next_buttons_location: both
icon:
logo: logo
repo: fontawesome/brands/github
favicon: images/favicon-car.png
palette:
- scheme: default
primary: indigo
accent: red
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: light blue
accent: yellow
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- toc.integrate
- navigation.top
- content.code.annotate
- navigation.indexes
- search.highlight
- search.share
- search.suggest
extra_css:
- static/extra.css
extra_javascript:
- javascript/extra.js
markdown_extensions:
- smarty
- sane_lists
- fenced_code
- meta
- admonition
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.critic
- pymdownx.magiclink
- codehilite
- footnotes
- md_in_html
- tables
- pymdownx.snippets
- pymdownx.keys
- abbr
- def_list
nav:
- Home: index.md
- Introduction:
- Microservice Architecture. From Java EE To Cloud Native. Openshift VS Kubernetes: introduction.md
- Microservices FAQ & Kubernetes Native: faq.md
- SRE:
- SRE Site Reliability Engineering: sre.md
- FinOps. Cloud Financial Management: finops.md
- DevOps:
- DevOps: devops.md
- Cheat Sheets: cheatsheets.md
- GitOps: gitops.md
- MLOps: mlops.md
- Chaos Engineering: chaos-engineering.md
- DevSecOps:
- DevSecOps. Container Security: devsecops.md
- Security Policy as Code: securityascode.md
- NoOps:
- NoOps: noops.md
- Serverless Architectures & Frameworks. OpenFaaS, Knative & Kubeless: serverless.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 Monitoring and Logging: kubernetes-monitoring.md
- Kubernetes Security: kubernetes-security.md
- Kubernetes Storage: kubernetes-storage.md
- Kubernetes Backup and Migrations: kubernetes-backup-migrations.md
- Kubernetes Autoscaling: kubernetes-autoscaling.md
- Kubernetes Operators and Controllers: kubernetes-operators-controllers.md
- Kubernetes Based Development: kubernetes-based-devel.md
- Kubernetes On Premise: kubernetes-on-premise.md
- Managed kubernetes in public clouds: managed-kubernetes-in-public-cloud.md
- Kubernetes Releases: kubernetes-releases.md
- Kubernetes Matrix Table: matrix-table.md
- Kubernetes alternatives: kubernetes-alternatives.md
- OpenShift:
- OpenShift docs: openshift.md
- OCP 3: ocp3.md
- OCP 4: ocp4.md
- Rancher:
- Rancher - Enterprise management for Kubernetes: rancher.md
- Software Delivery:
- 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, JMeter, Gatling, Azure Load Testing, etc: 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
- Docker Registries. Quay, Nexus, JFrog Artifactory, Harbor and more: registries.md
- Linux & SSH: linux.md
- MkDocs & GitHub Pages: mkdocs.md
- Web Servers, Reverse Proxies, Java Runtimes & Caching Solutions:
- Web Servers & Reverse Proxies - Apache, Nginx, HAProxy, Traefik and more: web-servers.md
- Java EE/Jakarta EE and MicroProfile Runtimes - Payara, JBoss EAP, WebSphere Liberty, WildFly and more: java_app_servers.md
- Embedded Servlet Containers in SpringBoot: embedded-servlet-containers.md
- Caching Solutions: caching.md
- Monitoring:
- Monitoring and Performance: monitoring.md
- Prometheus: prometheus.md
- Grafana: grafana.md
- Config Mgmt:
- Ansible: ansible.md
- Argo CD - Declarative GitOps for Kubernetes: argocd.md
- Flux - The GitOps Operator for Kubernetes: flux.md
- Helm Kubernetes Tool: helm.md
- Kustomize - Template-Free Kubernetes Configuration Customization: kustomize.md
- StackStorm: stackstorm.md
- Chef: chef.md
- CI/CD Kubernetes Plugins: cicd-kubernetes-plugins.md
- Client Libraries for Kubernetes - Go client, Python, Fabric8, JKube & Java Operator SDK: kubernetes-client-libraries.md
- Database Version Control. Liquibase, Flyway and PlanetScale: liquibase.md
- YAML and JSON: yaml.md
- Infra Mgmt Tools:
- IaC Infrastructure as Code: iac.md
- Terraform & Packer.Kubernetes Boilerplates: terraform.md
- Pulumi: pulumi.md
- Crossplane: crossplane.md
- Cloud Asset Inventory: cloud-asset-inventory.md
- Databases:
- Relational Databases and Database DevOps: databases.md
- NoSQL Databases: nosql.md
- Data Pipeline: message-queue.md
- Service Mesh:
- Service Mesh: servicemesh.md
- Istio: istio.md
- Demos:
- Demos, Boilerplates & Screencasts: demos.md
- Cloud:
- Public Cloud Solutions: public-cloud-solutions.md
- Big Data: bigdata.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
- Scaleway: scaleway.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
- Devel:
- Websites for web developers: devel-sites.md
- Angular: angular.md
- Document Object Model (DOM): dom.md
- Go: golang.md
- JavaScript - node.js & npm: javascript.md
- Python - Django & Flask: python.md
- Low Code and No Code: lowcode-nocode.md
- Web 3: web3.md
- Microsoft:
- Microsoft .NET: dotnet.md
- Microsoft Xamarin: xamarin.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
- Dev Environment:
- Visual Studio Code: visual-studio.md
- WSL - Linux Dev Environment on Windows: linux-dev-env.md
- Scaffolding Tools: scaffolding.md
- Chrome & Firefox DevTools. HTTP Protocols & WebSockets: ChromeDevTools.md
- QA/TestOps:
- QA: qa.md
- TestOps and Continuous Testing: testops.md
- Test Automation Frameworks and BDD: test-automation-frameworks.md
- Project Mgmt:
- Project Management Methodology: project-management-methodology.md
- Project Management Tools: project-management-tools.md
- Appointment Scheduling: appointment-scheduling.md
- Work From Home: workfromhome.md
- More Refs:
- Other Awesome Lists: other-awesome-lists.md
- Subreddits: newsfeeds.md
- E-Learning: elearning.md
- Digital Money: digital-money.md
- Recruitment:
- Recruitment: recruitment.md
- Freelancing: freelancing.md
- Remote Tech Jobs: remote-tech-jobs.md
- Clients: customer.md
- About: about.md
copyright: 2022 <a href="https://twitter.com/nubenetes">Nubenetes</a>, <a href="https://nubenetes.com/about/">about</a>.
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target=_blank>feedback form</a>.
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/redhatspain
- icon: fontawesome/brands/twitter
link: https://twitter.com/nubenetes
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/groups/1937212/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/groups/14024701/
- icon: fontawesome/brands/github-alt
link: https://github.com/nubenetes
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCCGQ2G2rGAkHzVFhhed-xVw/playlists
- icon: fontawesome/brands/speaker-deck
link: https://speakerdeck.com/redhatspain/stars
- icon: fontawesome/brands/speaker-deck
link: https://speakerdeck.com/nubenetes/stars
- icon: fontawesome/brands/slideshare
link: https://es.slideshare.net/RedHatSpain/favorites
- icon: fontawesome/brands/slack
link: https://nubenetes.slack.com/