
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@lbrlabs/pulumi-eks
Advanced tools
This repo provides a [multi-language](https://www.pulumi.com/blog/pulumiup-pulumi-packages-multi-language-components/) component that creates a "batteries included" cluster ready for you to attach your EKS nodes to.
This repo provides a multi-language component that creates a "batteries included" cluster ready for you to attach your EKS nodes to.
It creates:
It is designed to be an opinionated implementation of EKS, without the overhead of having to install all of the things required for your cluster to be functional.
It also provides a mechanism to quickly attached a workload node to your newly created cluster, and create an IAM role for Service accounts with your cluster's OIDC provider.
Examples for all languages are in the examples directory.
Note, you need to create a VPC, and also add your worker nodes.
Add an issue, but this is mainly designed to be useful for workloads I run, so I reserve the right to refuse.
I have no plans to make any of the batteries included optional at this time
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @lbrlabs/pulumi-eks
or yarn
:
$ yarn add @lbrlabs/pulumi-eks
To use from Python, install using pip
:
$ pip install lbrlabs_pulumi_eks
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/lbrlabs/pulumi-lbrlabs-eks/sdk/go/...
To use from Dotnet, use dotnet add package
to install into your project. You must specify the version if it is a pre-release version.
$ dotnet add package Lbrlabs.PulumiPackage.Eks
See the Pulumi registry for API docs:
https://www.pulumi.com/registry/packages/lbrlabs-eks/api-docs/
FAQs
This repo provides a [multi-language](https://www.pulumi.com/blog/pulumiup-pulumi-packages-multi-language-components/) component that creates a "batteries included" cluster ready for you to attach your EKS nodes to.
The npm package @lbrlabs/pulumi-eks receives a total of 128 weekly downloads. As such, @lbrlabs/pulumi-eks popularity was classified as not popular.
We found that @lbrlabs/pulumi-eks demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.