Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akankshakumari393/depkon
Kubernetes Operator that syncs configMap with deployment envVariable
https://github.com/akankshakumari393/depkon
controller dockerfile golang helm kubernetes operator
Last synced: about 2 months ago
JSON representation
Kubernetes Operator that syncs configMap with deployment envVariable
- Host: GitHub
- URL: https://github.com/akankshakumari393/depkon
- Owner: akankshakumari393
- Created: 2022-05-01T04:29:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T17:13:45.000Z (over 2 years ago)
- Last Synced: 2024-06-20T05:14:20.777Z (7 months ago)
- Topics: controller, dockerfile, golang, helm, kubernetes, operator
- Language: Go
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Go Report Card](https://goreportcard.com/badge/github.com/akankshakumari393/depkon)](https://goreportcard.com/report/github.com/akankshakumari393/depkon)
[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/gomods/athens.svg)](https://github.com/gomods/athens)
# Depkon Kubernetes OperatorThis operator tries to sync a configmap resorces with a list of deployment for a particular namespace. In this project we have defined a Custom Resource `depkon`.
# Install using helm
```
helm repo add akankshakumari393 https://akankshakumari393.github.io/helm-charts
kubectl create namespace controller
helm install depkon akankshakumari393/depkon-operator -n controller
```