Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicjohnson145/goply
Apply/reconcile kubernetes resources from yaml
https://github.com/nicjohnson145/goply
gitops golang k8s kubernetes
Last synced: 28 days ago
JSON representation
Apply/reconcile kubernetes resources from yaml
- Host: GitHub
- URL: https://github.com/nicjohnson145/goply
- Owner: nicjohnson145
- License: apache-2.0
- Created: 2022-10-05T15:09:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T19:24:19.000Z (3 months ago)
- Last Synced: 2024-11-26T13:44:24.344Z (29 days ago)
- Topics: gitops, golang, k8s, kubernetes
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goply
Apply/reconcile kubernetes resources from yaml
Makes heavy use of libraries & techniques found in [fluxcd/kustomize-controller](https://github.com/fluxcd/kustomize-controller).
Shoutout [Stefan Prodan](https://github.com/stefanprodan)