# Pulumi Kubernetes CoreDNS Component
This repo contains the Pulumi CoreDNS component for Kubernetes. CoreDNS is a fast and flexible
DNS server, providing DNS services to your cluster.
This component wraps [the official CoreDNS Helm Chart](https://github.com/coredns/helm),
and offers a Pulumi-friendly and strongly-typed way to manage CoreDNS installations.
For examples of usage, see [the official documentation](https://coredns.io/),
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/coredns/helm#configuration), 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": null,
"name": "pulumi-kubernetes-coredns",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, kubernetes, coredns, kind/component, category/infrastructure",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/70/82/6f1a835595a1de3efc63a08a1b3e37f9b2d1329e3a290048cd6e26ddb46e/pulumi_kubernetes_coredns-0.1.0.tar.gz",
"platform": null,
"description": "# Pulumi Kubernetes CoreDNS Component\n\nThis repo contains the Pulumi CoreDNS component for Kubernetes. CoreDNS is a fast and flexible\nDNS server, providing DNS services to your cluster.\n\nThis component wraps [the official CoreDNS Helm Chart](https://github.com/coredns/helm),\nand offers a Pulumi-friendly and strongly-typed way to manage CoreDNS installations.\n\nFor examples of usage, see [the official documentation](https://coredns.io/),\nor refer to [the examples](/examples) in 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/coredns/helm#configuration), 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",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Strongly-typed CoreDNS installation",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-kubernetes-coredns"
},
"split_keywords": [
"pulumi",
" kubernetes",
" coredns",
" kind/component",
" category/infrastructure"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "26bd517fb8d2c126cb75253a5e3565229fc4347ed04daaedae8e3206e5591371",
"md5": "513a965c7fd2d34bc5f143371675ce96",
"sha256": "8babac8e3aeec5d11791810a8602c924c2ffe7b34cd06df556208259c0563537"
},
"downloads": -1,
"filename": "pulumi_kubernetes_coredns-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "513a965c7fd2d34bc5f143371675ce96",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 23105,
"upload_time": "2025-01-07T17:59:24",
"upload_time_iso_8601": "2025-01-07T17:59:24.658459Z",
"url": "https://files.pythonhosted.org/packages/26/bd/517fb8d2c126cb75253a5e3565229fc4347ed04daaedae8e3206e5591371/pulumi_kubernetes_coredns-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "70826f1a835595a1de3efc63a08a1b3e37f9b2d1329e3a290048cd6e26ddb46e",
"md5": "6481b9b362149aa4662fc2f5a2412325",
"sha256": "b6261bf079fa08e1d5ce13089fb6ea4ae730cec8b025c5e81c248323f403fd6b"
},
"downloads": -1,
"filename": "pulumi_kubernetes_coredns-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "6481b9b362149aa4662fc2f5a2412325",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 21393,
"upload_time": "2025-01-07T17:59:26",
"upload_time_iso_8601": "2025-01-07T17:59:26.762977Z",
"url": "https://files.pythonhosted.org/packages/70/82/6f1a835595a1de3efc63a08a1b3e37f9b2d1329e3a290048cd6e26ddb46e/pulumi_kubernetes_coredns-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-07 17:59:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-kubernetes-coredns",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-kubernetes-coredns"
}