Skip to content

Custom Kubernetes Controller to expose a deployment based on labels

Notifications You must be signed in to change notification settings

apaarshrm39/EasyXpose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyXpose

Custom Kubernetes Controller to expose a deployment based on labels

The Controller can run outside the Cluster using the Kubeconfig context or inside the cluster as a Pod using Service Account.

The label required to expose the pod

apaarshrm/port: "80"

The following annotations are needed for Ingress

annotations:
    apaarshrm/host: ""
    apaarshrm/path: /

About

Custom Kubernetes Controller to expose a deployment based on labels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages