rekube
cdk8s
rekube | cdk8s | |
---|---|---|
1 | 50 | |
23 | 4,527 | |
- | 1.1% | |
5.2 | 9.7 | |
about 1 year ago | 4 days ago | |
TypeScript | JavaScript | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rekube
-
I built a React renderer for Kubernetes configurations
We have 3d, video and even hardware react renderers, so why we can't have it for Kubernetes? So I built Rekube: https://github.com/cah4a/rekube.
cdk8s
-
Deploy to K8 Without a Repo
Hi HackerNews-ers! I want your thoughts on a concept for an internal custom-built AI platform (I work in a fintech in London).
We use Kubernetes as our container orchestration platform. We deploy machine-learning models using a CRD+Operator which wraps a (mainly) python model artefact into a webserver to serve inferences over the network.
Our ambition is to allow non-engineers to deploy models on the platform from a model registry. They would probably want to use a CLI/UI to select a model, a target environment and deploy the model there. Ideally, we wouldn't need a repository to do this and we were thinking of providing a lightweight abstraction over K8s API.
What patterns/tools would you recommend looking at? We looked at https://cdk8s.io/ as well as ways to create think wrappers around kubectl. Any thoughts?
-
Show HN: Glasskube – open-source Kubernetes Package Manager, alternative to Helm
cdk8s + TypeScript is my favorite option.
Here's how I use it: https://github.com/shepherdjerred/homelab/tree/main/cdk8s
https://github.com/cdk8s-team/cdk8s
-
K8s Service Meshes: The Bill Comes Due
Any, it doesn’t matter which as long as you don’t have to count spaces in yaml by hand.
If you really want a concrete recommendation try https://cdk8s.io/.
- Why the fuck are we templating YAML? (2019)
- Cdk8s: Kubernetes native apps and abstractions using object-oriented programming
-
10 Ways for Kubernetes Declarative Configuration Management
CDK8s - CDK8s is used to define Kubernetes resources and applications. CDK8s uses the high-level abstraction concept called constructs to represent various Kubernetes resources such as deployments, services, and configurations. Developers can write code in programming languages like TypeScript, Python, and Java, and CDK8s will translate this code into standard Kubernetes YAML manifests that can be directly applied to a Kubernetes cluster.
-
I built a React renderer for Kubernetes configurations
Have you looked into https://cdk8s.io/? I've been using it for a while now, and I must admit TypeSript does help a lot. Not really sold on your React syntax yet, but well done nevertheless
-
How are most EKS clusters deployed?
I, personally, prefer to wrap it in CDKTF/CDK8S in golang and manage with Crossplane Composition Functions, but your mileage may vary. I'm finding way too bugs in CDK's... but it calms me a bit, that Amazon folks actually looking into it.
-
Editing Badly formatted yaml file
Have you looked into cdk8s? That will let you get away from dealing with yaml and let you use code instead. Helm included.
-
kpt, cue, ... Your experiences?
My favorite is cdk8s + typescript.
What are some alternatives?
react-ast - render abstract syntax trees with react
Pulumi - Pulumi - Infrastructure as Code in any programming language 🚀
dashboard
helmfile - Deploy Kubernetes Helm Charts
KlusterView - Get instant insights on your Kubernetes clusters with our lightweight, plug-and-play performance monitoring tool
jsonnet - Jsonnet - The data templating language