# 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/d5/0d/e25e298ce67c8d3aa41c7f343ccd534f21b665bd621cf1b7b5117da99efc/pulumi_kubernetes_the_hard_way-0.0.33.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.33",
"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": "d3f5fac83a80de66dd6aed43ce89d46ac310cd4011ca7eafd6d883a96606f14d",
"md5": "a5eb2b120fe61861a143bcac29db3997",
"sha256": "3ca84f7ad9cd2014856a2ab8af327a29e9882fbf6e8b21d2f8e27062b1c777ca"
},
"downloads": -1,
"filename": "pulumi_kubernetes_the_hard_way-0.0.33-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a5eb2b120fe61861a143bcac29db3997",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 176762,
"upload_time": "2024-07-07T08:38:10",
"upload_time_iso_8601": "2024-07-07T08:38:10.702458Z",
"url": "https://files.pythonhosted.org/packages/d3/f5/fac83a80de66dd6aed43ce89d46ac310cd4011ca7eafd6d883a96606f14d/pulumi_kubernetes_the_hard_way-0.0.33-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d50de25e298ce67c8d3aa41c7f343ccd534f21b665bd621cf1b7b5117da99efc",
"md5": "6bb5357d075d1bb5239755cba229ed20",
"sha256": "3633dba7a8e828e1f96108d29131df187d17aaa2ffe4252f01eeba18fa89d819"
},
"downloads": -1,
"filename": "pulumi_kubernetes_the_hard_way-0.0.33.tar.gz",
"has_sig": false,
"md5_digest": "6bb5357d075d1bb5239755cba229ed20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 91647,
"upload_time": "2024-07-07T08:38:13",
"upload_time_iso_8601": "2024-07-07T08:38:13.502882Z",
"url": "https://files.pythonhosted.org/packages/d5/0d/e25e298ce67c8d3aa41c7f343ccd534f21b665bd621cf1b7b5117da99efc/pulumi_kubernetes_the_hard_way-0.0.33.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-07 08:38:13",
"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"
}