Skip to content

Balasys/zorp-ingress-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zorp

Zorp Kubernetes Ingress Controller

Description

An ingress controller is a Kubernetes resource that routes traffic from outside your cluster to services within the cluster.

Usage

Docker image is available on Docker Hub: balasys/zorp-ingress

If you prefer to build it from source use

docker build -t balasys/zorp-ingress -f build/Dockerfile .

Please see controller.md for all available arguments of controler image.

Available customisations are described in doc

Basic setup to to run controller is described in yaml file.

kubectl apply -f deploy/zorp-ingress.yaml

Contributing

For commit messages and general style please follow the zorp project's CONTRIBUTING guide and use that where applicable.

Please use pylint for linting code.

License

Apache License 2.0