Skip to main content

Kubernetes connector for netunicorn

Project description

netunicorn-connector-kubernetes

This is a Kubernetes connector for netunicorn platform.

This connector allows you to attach existing Kubernetes cluster to netunicorn platform and use it as a target for deployments.

It does not configure or modify the cluster besides optional namespace creation. All cluster configuration should be done by infrastructure administrators.

How to use

This connector is supposed to be installed as a part of netunicorn-director-infrastructure package or container.

Install the package:

pip install netunicorn-connector-kubernetes

Then, add the connector to the netunicorn-director-infrastructure configuration:

  k8s-1:  # unique name
    enabled: true
    module: "netunicorn.director.infrastructure.connectors.k8sconnector"  # where to import from
    class: "KubernetesConnector"  # class name
    config: "configuration-example.yaml"     # path to configuration file

Modify the configuration file to provide needed parameters (see example), such as configuration file location, namespace, etc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netunicorn-connector-kubernetes-0.0.2.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page