pulumi-kubernetes-the-hard-way


Namepulumi-kubernetes-the-hard-way JSON
Version 0.0.20 PyPI version JSON
download
home_pageNone
SummaryA Pulumi implementation of Kelsey Hightower's Kubernetes the Hard Way
upload_time2024-04-22 03:37:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi command tls kubernetes category/utility kind/component
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pulumi Kubernetes the Hard Way

This is a Pulumi implementation of Kelsey Hightower's [Kubernetes the Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way). It attempts to provide a set of building blocks to build a kubernetes cluster from scratch.

## Development

Note that the generated provider plugin (`pulumi-resource-kubernetes-the-hard-way`) must be on your `PATH` to be used by Pulumi deployments.

## Prerequisites

- Go 1.21
- Pulumi CLI
- Node.js (to build the Node.js SDK)
- Yarn (to build the Node.js SDK)
- Python 3.6+ (to build the Python SDK)
- .NET Core SDK (to build the .NET SDK)
- Gradle (to build the Java SDK)

## Build and Test

```bash
# Build and install the provider (plugin copied to ./bin)
make install_provider

# Regenerate schema, schema-types, and SDKs
make generate

# Test Node.js SDK
$ make install_nodejs_sdk
$ cd examples/simple-ts
$ yarn install
$ yarn link @unmango/pulumi-kubernetes-the-hard-way
$ pulumi stack init test
$ pulumi up
```

## Naming

The `kubernetes-the-hard-way` provider's plugin binary must be named `pulumi-resource-kubernetes-the-hard-way` (in the format `pulumi-resource-<provider>`).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-kubernetes-the-hard-way",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, command, tls, kubernetes, category/utility, kind/component",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/04/10/15eb20ed6803e355989ab2ef282f2079b5ee70bc16738078e8b4e37c6673/pulumi_kubernetes_the_hard_way-0.0.20.tar.gz",
    "platform": null,
    "description": "# Pulumi Kubernetes the Hard Way\n\nThis is a Pulumi implementation of Kelsey Hightower's [Kubernetes the Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way). It attempts to provide a set of building blocks to build a kubernetes cluster from scratch.\n\n## Development\n\nNote that the generated provider plugin (`pulumi-resource-kubernetes-the-hard-way`) must be on your `PATH` to be used by Pulumi deployments.\n\n## Prerequisites\n\n- Go 1.21\n- Pulumi CLI\n- Node.js (to build the Node.js SDK)\n- Yarn (to build the Node.js SDK)\n- Python 3.6+ (to build the Python SDK)\n- .NET Core SDK (to build the .NET SDK)\n- Gradle (to build the Java SDK)\n\n## Build and Test\n\n```bash\n# Build and install the provider (plugin copied to ./bin)\nmake install_provider\n\n# Regenerate schema, schema-types, and SDKs\nmake generate\n\n# Test Node.js SDK\n$ make install_nodejs_sdk\n$ cd examples/simple-ts\n$ yarn install\n$ yarn link @unmango/pulumi-kubernetes-the-hard-way\n$ pulumi stack init test\n$ pulumi up\n```\n\n## Naming\n\nThe `kubernetes-the-hard-way` provider's plugin binary must be named `pulumi-resource-kubernetes-the-hard-way` (in the format `pulumi-resource-<provider>`).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi implementation of Kelsey Hightower's Kubernetes the Hard Way",
    "version": "0.0.20",
    "project_urls": {
        "Repository": "https://github.com/UnstoppableMango/pulumi-kubernetes-the-hard-way"
    },
    "split_keywords": [
        "pulumi",
        " command",
        " tls",
        " kubernetes",
        " category/utility",
        " kind/component"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c32fc85729c4220003cb189fb708065c74a0f8a6cbf3a6d55a83c989ad23c945",
                "md5": "751c227aa251be5cc8c7278784cb86df",
                "sha256": "8f08201022fe2c27a1e57275d57fd3c32e0be1de90223c62b19c63e244025522"
            },
            "downloads": -1,
            "filename": "pulumi_kubernetes_the_hard_way-0.0.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "751c227aa251be5cc8c7278784cb86df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 145615,
            "upload_time": "2024-04-22T03:37:37",
            "upload_time_iso_8601": "2024-04-22T03:37:37.034654Z",
            "url": "https://files.pythonhosted.org/packages/c3/2f/c85729c4220003cb189fb708065c74a0f8a6cbf3a6d55a83c989ad23c945/pulumi_kubernetes_the_hard_way-0.0.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "041015eb20ed6803e355989ab2ef282f2079b5ee70bc16738078e8b4e37c6673",
                "md5": "f6195ee8ee3dfad33c834142d7c601c5",
                "sha256": "6c98e1c4654e711935b809498cf03333256d17f40a9bee75d619e8f24461fbc8"
            },
            "downloads": -1,
            "filename": "pulumi_kubernetes_the_hard_way-0.0.20.tar.gz",
            "has_sig": false,
            "md5_digest": "f6195ee8ee3dfad33c834142d7c601c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 79730,
            "upload_time": "2024-04-22T03:37:38",
            "upload_time_iso_8601": "2024-04-22T03:37:38.956295Z",
            "url": "https://files.pythonhosted.org/packages/04/10/15eb20ed6803e355989ab2ef282f2079b5ee70bc16738078e8b4e37c6673/pulumi_kubernetes_the_hard_way-0.0.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 03:37:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "UnstoppableMango",
    "github_project": "pulumi-kubernetes-the-hard-way",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-kubernetes-the-hard-way"
}
        
Elapsed time: 0.26457s