Automatic documentation for your k8s CRDs

This commit is contained in:
Morgan 2021-08-25 16:37:58 +02:00 committed by GitHub
parent 69d2e0abda
commit 8ea4321e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1115,6 +1115,7 @@ curl --user username:password -X POST -F "jenkinsfile=<Jenkinsfile" http://jenki
* [Dinuka Arseculeratne](https://dinuka-roshan.medium.com/integrating-kubernetes-yaml-validation-to-our-ci-cd-pipeline-at-track-health-78f147757276) - (2020) Integrating Kubernetes YAML validation to our CI/CD pipeline at Track.Health
* [HighwayofLife/kubernetes-validation-tools](https://github.com/HighwayofLife/kubernetes-validation-tools) - All-in-one collection of tools to run linting, validation, static code analysis, security scanning, tests, auditing, kustomize build, and dry run configuration for Kubernetes Manifests.
* [The Chief I/O](https://thechief.io/c/editorial/kubernetes-yaml-enforcing-best-practices-and-security-policies-cicd-and-gitops-pipelines/) - (2020) Kubernetes YAML: Enforcing best practices and security policies in CI/CD and GitOps pipelines
* [doc.crds.dev](https://doc.crds.dev/) - Automatic documentation for CustomResourceDefinitions
## Microservices
* [Bilgin Ibryam](https://thenewstack.io/introducing-microservices-hierarchy-needs/) - The Microservices Hierarchy of Needs and Where Kubernetes fits