serverscom-ingress-controller

module
v1.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2024 License: Apache-2.0

README

Kubernetes Ingress Controller Manager for Servers.com

Servers.com provides you with the own Ingress controller built upon the Servers.com HTTP(S) (L7) Load Balancer. It can be used along with the LoadBalancer and NodePort Services. The Ingress controller is featured with annotations based on the L7 Load Balancer features.

You can find more details on the Servers.com Ingress controller and peculiarities of usage in the knowledge base.

This is an example how an Ingress object with an annotation may look like:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: minimal-ingress
  annotations:
    servers.com/load-balancer-geo-ip-enabled: "true"
spec:
  ingressClassName: serverscom
  tls:
    - hosts:
        - example.com
      secretName: testsecret-tls
  rules:
    - host: example.com
      http:
        paths:
          - path: /
            pathType: Prefix
            backend:
              service:
                name: nginxdemo
                port:
                  number: 80

GitHub Actions status

Directories

Path Synopsis
internal
mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL