Name | netunicorn-connector-kubernetes JSON |
Version |
0.0.2
JSON |
| download |
home_page | |
Summary | Kubernetes connector for netunicorn |
upload_time | 2023-05-10 04:41:17 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.10 |
license | MIT |
keywords |
netunicorn
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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:
```bash
pip install netunicorn-connector-kubernetes
```
Then, add the connector to the netunicorn-director-infrastructure configuration:
```yaml
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](configuration-example.yaml)), such as
configuration file location, namespace, etc.
Raw data
{
"_id": null,
"home_page": "",
"name": "netunicorn-connector-kubernetes",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "netunicorn",
"author": "",
"author_email": "Roman Beltiukov <rbeltiukov@ucsb.edu>",
"download_url": "https://files.pythonhosted.org/packages/ec/4a/d4d7ada71ab06f0668b3828eef18143ee36660fe24353098b035fb6e8e7f/netunicorn-connector-kubernetes-0.0.2.tar.gz",
"platform": null,
"description": "# netunicorn-connector-kubernetes\nThis is a Kubernetes connector for netunicorn platform. \n\nThis connector allows you to attach **existing** Kubernetes cluster\nto netunicorn platform and use it as a target for deployments. \n\nIt does not configure or modify the cluster besides optional namespace creation.\nAll cluster configuration should be done by infrastructure administrators.\n\n\n## How to use\nThis connector is supposed to be installed as a part of netunicorn-director-infrastructure package or container.\n\nInstall the package:\n```bash\npip install netunicorn-connector-kubernetes\n```\n\nThen, add the connector to the netunicorn-director-infrastructure configuration:\n```yaml\n k8s-1: # unique name\n enabled: true\n module: \"netunicorn.director.infrastructure.connectors.k8sconnector\" # where to import from\n class: \"KubernetesConnector\" # class name\n config: \"configuration-example.yaml\" # path to configuration file\n```\n\nModify the configuration file to provide needed parameters (see [example](configuration-example.yaml)), such as\nconfiguration file location, namespace, etc.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Kubernetes connector for netunicorn",
"version": "0.0.2",
"project_urls": null,
"split_keywords": [
"netunicorn"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f170b98fc814f0a32a186e00b3d65908fb2ee9b40da1e7c542786b2e53c90c70",
"md5": "88afc91f9bb7aa845cf4194eb04a1f1c",
"sha256": "2bd0ab4579ac784beb3b75210dcef2b3060f0e7d57fd24eab9b0fd93c49adadb"
},
"downloads": -1,
"filename": "netunicorn_connector_kubernetes-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "88afc91f9bb7aa845cf4194eb04a1f1c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 6596,
"upload_time": "2023-05-10T04:41:16",
"upload_time_iso_8601": "2023-05-10T04:41:16.009108Z",
"url": "https://files.pythonhosted.org/packages/f1/70/b98fc814f0a32a186e00b3d65908fb2ee9b40da1e7c542786b2e53c90c70/netunicorn_connector_kubernetes-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ec4ad4d7ada71ab06f0668b3828eef18143ee36660fe24353098b035fb6e8e7f",
"md5": "ea2bec61636796732bd12ed5201ad44c",
"sha256": "137044a17cb30bd8b4fc582031a3e8f135ffaf1f150dadb819deb3b64401dff3"
},
"downloads": -1,
"filename": "netunicorn-connector-kubernetes-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "ea2bec61636796732bd12ed5201ad44c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 6577,
"upload_time": "2023-05-10T04:41:17",
"upload_time_iso_8601": "2023-05-10T04:41:17.445759Z",
"url": "https://files.pythonhosted.org/packages/ec/4a/d4d7ada71ab06f0668b3828eef18143ee36660fe24353098b035fb6e8e7f/netunicorn-connector-kubernetes-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-10 04:41:17",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "netunicorn-connector-kubernetes"
}