Skip to content

dimazhornyk/k8s-gitops-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s gitops operator

GitOps operator for Kubernetes implemented in Go.

Uses Istio for traffic management, GitHub as the source of truth, and interacts with k8s API to create necessary resources. GCP is used as a cloud provider, but it's mostly for a reference and can be easily replaced with any other cloud provider.

For this to work, the repositories managed by this operator need to have a webhook configured to send events to the operator's endpoint. Their rood directory should contain an ops.yaml file with the following structure:

name: test-service
image:
  repository: nginx
  tag: latest
extraEnv:
  - name: FOO
    value: bar
routes:
  - name: grpc-web
    scope: external
    port: 80
permissions:
  gcp:
    - name: cloudsql
      role: roles/cloudsql.client    

About

Kubernetes GitOps operator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published