pulumi-kubernetes-ingress-nginx


Namepulumi-kubernetes-ingress-nginx JSON
Version 0.0.10 PyPI version JSON
download
home_page
Summary
upload_time2022-11-30 21:00:17
maintainer
docs_urlNone
author
requires_python
license
keywords pulumi kubernetes nginx kind/component category/infrastructure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pulumi NGINX Ingress Controller Component

This repo contains the Pulumi NGINX Ingress Controller component for Kubernetes. This ingress controller
uses NGINX as a reverse proxy and load balancer.

This component wraps [the Kubernetes Provided NGINX Ingress Controller](https://github.com/kubernetes/ingress-nginx),
and offers a Pulumi-friendly and strongly-typed way to manage ingress controller installations.

After installing this component to your cluster, you can use it by adding the
`kubernetes.io/ingress.class: nginx` annotation to your `Ingress` resources.

For examples of usage, see [the official documentation](
https://kubernetes.github.io/ingress-nginx/user-guide/basic-usage/), or refer to [the examples](/examples)
in this repo.

## To Use

To use this component, first install the Pulumi Package:

Afterwards, import the library and instantiate it within your Pulumi program:

## Configuration

This component supports all of the configuration options of the [official Helm chart](
https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx), except that these
are strongly typed so you will get IDE support and static error checking.

The Helm deployment uses reasonable defaults, including the chart name and repo URL, however,
if you need to override them, you may do so using the `helmOptions` parameter. Refer to
[the API docs for the `kubernetes:helm/v3:Release` Pulumi type](
https://www.pulumi.com/docs/reference/pkg/kubernetes/helm/v3/release/#inputs) for a full set of choices.

For complete details, refer to the Pulumi Package details within the Pulumi Registry.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pulumi-kubernetes-ingress-nginx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pulumi kubernetes nginx kind/component category/infrastructure",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/dc/75/96468b6e8cdeecf72c41d84d343b84a80bd2028bab1e2ca29f36bb22959a/pulumi_kubernetes_ingress_nginx-0.0.10.tar.gz",
    "platform": null,
    "description": "# Pulumi NGINX Ingress Controller Component\n\nThis repo contains the Pulumi NGINX Ingress Controller component for Kubernetes. This ingress controller\nuses NGINX as a reverse proxy and load balancer.\n\nThis component wraps [the Kubernetes Provided NGINX Ingress Controller](https://github.com/kubernetes/ingress-nginx),\nand offers a Pulumi-friendly and strongly-typed way to manage ingress controller installations.\n\nAfter installing this component to your cluster, you can use it by adding the\n`kubernetes.io/ingress.class: nginx` annotation to your `Ingress` resources.\n\nFor examples of usage, see [the official documentation](\nhttps://kubernetes.github.io/ingress-nginx/user-guide/basic-usage/), or refer to [the examples](/examples)\nin this repo.\n\n## To Use\n\nTo use this component, first install the Pulumi Package:\n\nAfterwards, import the library and instantiate it within your Pulumi program:\n\n## Configuration\n\nThis component supports all of the configuration options of the [official Helm chart](\nhttps://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx), except that these\nare strongly typed so you will get IDE support and static error checking.\n\nThe Helm deployment uses reasonable defaults, including the chart name and repo URL, however,\nif you need to override them, you may do so using the `helmOptions` parameter. Refer to\n[the API docs for the `kubernetes:helm/v3:Release` Pulumi type](\nhttps://www.pulumi.com/docs/reference/pkg/kubernetes/helm/v3/release/#inputs) for a full set of choices.\n\nFor complete details, refer to the Pulumi Package details within the Pulumi Registry.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.0.10",
    "split_keywords": [
        "pulumi",
        "kubernetes",
        "nginx",
        "kind/component",
        "category/infrastructure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d4f3d89d68fc2120dac1577b622bd360",
                "sha256": "b786da0ad369ba95be30a063389ed384fdc79d6bb2daf0d1cc2254d1361cc09c"
            },
            "downloads": -1,
            "filename": "pulumi_kubernetes_ingress_nginx-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "d4f3d89d68fc2120dac1577b622bd360",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 30591,
            "upload_time": "2022-11-30T21:00:17",
            "upload_time_iso_8601": "2022-11-30T21:00:17.203698Z",
            "url": "https://files.pythonhosted.org/packages/dc/75/96468b6e8cdeecf72c41d84d343b84a80bd2028bab1e2ca29f36bb22959a/pulumi_kubernetes_ingress_nginx-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-30 21:00:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pulumi-kubernetes-ingress-nginx"
}
        
Elapsed time: 0.01366s