Flux v1: Getting started with Flux and the Helm Operator
https://github.com/fluxcd/flux-get-started
2.684 forks.
148 stars.
4 open issues.
Recent commits:
- Merge pull request #63 from dholbach/archive-note, GitHub
- add note about flux v2 before we archiveSigned-off-by: Daniel Holbach <daniel@weave.works>, Daniel Holbach
- Merge pull request #62 from jozala/patch-2Update requirements.lock for ghost, GitHub
- Update requirements.lock to avoid 'requirements.lock is out of sync with requirements.yaml'Signed-off-by: Mariusz Józala <mariusz@jozala.com>, Mariusz Józala
- Merge pull request #60 from jozala/patch-1Point to new location of stable Helm charts for Ghost requirements, GitHub
Drone is a Container-Native, Continuous Delivery Platform
https://github.com/drone/drone
2.215 forks.
22.596 stars.
70 open issues.
Recent commits:
- Merge pull request #3070 from tphoney/docs_for_local_development [ci skip](docs) adding instructions for local development setup, GitHub
- (docs) adding instructions for local development setup, tphoney
- copy over standard contributing.md file [CI SKIP], GitHub
- Merge pull request #3062 from prune998/prune/aws-sdk-updatebumped aws-go-sdk version, GitHub
- bumped aws-go-sdk version, prune
Easy and Repeatable Kubernetes Development
https://github.com/GoogleContainerTools/skaffold
1.140 forks.
11.006 stars.
401 open issues.
Recent commits:
- Add repo field to helm release (#5410)* add ability to specify repo for helm release* update schema, GitHub
- Request installation details in issue template (#5476), GitHub
- Add v2 Proto definitions (#5415)* add basic protos* remove extra deprecated fields* make statuses consistent across APIs for v2* remove obsolete field, GitHub
- Update grpc.md (#5461)* Update grpc.md* modify templateCo-authored-by: gsquared94 <gaghosh@google.com>, GitHub
- add validation to ensure image names are unique (#5462)* add validation to ensure image names are unique* Update pkg/skaffold/schema/validation/validation.goCo-authored-by: Brian de Alwis <bsd@acm.org>* Update pkg/skaffold/schema/validation/validation.goCo-authored-by: Brian de Alwis <bsd@acm.org>* Update pkg/skaffold/schema/validation/validation.goCo-authored-by: Brian de Alwis <bsd@acm.org>* Update pkg/skaffold/schema/validation/validation.goCo-authored-by: Brian de Alwis <bsd@acm.org>Co-authored-by: Brian de Alwis <bsd@acm.org>, GitHub
A service that analyzes docker images and applies user-defined acceptance policies to allow automated container image validation and certification
https://github.com/anchore/anchore-engine
203 forks.
1.177 stars.
188 open issues.
Recent commits:
- Merge pull request #926 from Vijay-P/issue-status-swagger-specFix #925: make anchore engine catalog use correct data model on service outage, GitHub
- flake8 compliance for __init__.pySigned-off-by: Vijay Pillai <vijay.pillai@anchore.com>, Vijay Pillai
- make anchore engine catalog use correct data model even in case that service becomes unavailableSigned-off-by: Vijay Pillai <vijay.pillai@anchore.com>, Vijay Pillai
- Added rule_id to swagger spec for AnalysisArchiveTransitionRuleSigned-off-by: Zane Burstein <zane.burstein@anchore.com>, Sam Dacanay
- Add cpes to swagger specSigned-off-by: Samuel Dacanay <sam.dacanay@anchore.com>, Sam Dacanay
Vulnerability Static Analysis for Containers
https://github.com/quay/clair
934 forks.
7.576 stars.
21 open issues.
Recent commits:
- docs: update cli referencesync up cli referencesSigned-off-by: ldelossa <ldelossa@redhat.com>, Louis DeLosSantos
- introspection: implement prometheus httpthis commit implements promethemeus metrics and removes OTEL usage formetrics.dogstatd metrics are now deprecated infavor of conforming on prometheusmetrics.Signed-off-by: ldelossa <ldelossa@redhat.com>, Louis DeLosSantos
- docs: fix psk related config referencesSigned-off-by: ldelossa <ldelossa@redhat.com>, Louis DeLosSantos
- client: fix panic on request failureFixes the worst of #1186Signed-off-by: Hank Donnay <hdonnay@redhat.com>, Hank Donnay
- clairctl: Add subpath to clairctlAllows clairctl to connect to clair, which is located behind an http-subpath of the ingressSigned-off-by: Florian Hopfensperger <florian.hopfensperger@de.ibm.com>, Hank Donnay
Kubernetes Operational View – read-only system dashboard for multiple K8s clusters
https://github.com/hjacobs/kube-ops-view
220 forks.
1.704 stars.
81 open issues.
Recent commits:
- moved to codeberg.org, GitHub
- Feature: Add cluster name in text field (#271)* Add cluster name in text field* Change double quote to single quote, GitHub
- Use -k since we are using Kustomization (#272), GitHub
- Add ROUTE_PREFIX parameter for working with reverse proxies. (#256)* Add ROUTE_PREFIX parameter for working with reverse proxies.* [flake8/E304] remove blank line after function decoder* Add APPLICATION_ROOT and use route_prefix in requests.* [black/code-styling] use double quotes instead of single.* handle right events url depending route path* properly handle redirects* [flake8] remove unused module, fix styling issuesCo-authored-by: Henning Jacobs <henning@jacobs1.de>, GitHub
- Bump elliptic from 6.5.2 to 6.5.3 in /app (#267)Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.- [Release notes](https://github.com/indutny/elliptic/releases)- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2…v6.5.3)Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, GitHub
This is a place for various problem detectors running on the Kubernetes nodes.
https://github.com/kubernetes/node-problem-detector
336 forks.
1.350 stars.
30 open issues.
Recent commits:
- Merge pull request #538 from abansal4032/configure-log-patternFix for flaky unit test in health checker, GitHub
- Fix for flaky unit test in health checkerThe unit test was dependent on the order of map iteration. Changed tousing sorted keys while iterating., Archit Bansal
- Merge pull request #530 from goushicui/masteradd memory read error, GitHub
- Merge pull request #534 from jeremyje/docsAdd instructions for developing NPD on Windows, GitHub
- Merge pull request #536 from abansal4032/configure-log-patternMake log pattern check configurable in health checker, GitHub