Nelm is a Helm 3 alternative. It is a Kubernetes deployment tool that manages Helm Charts and deploys them to Kubernetes.
https://github.com/werf/nelm
https://github.com/werf/nelm
GitHub
GitHub - werf/nelm: Nelm is a Helm 4 alternative. It is a Kubernetes deployment tool that manages Helm Charts and deploys them…
Nelm is a Helm 4 alternative. It is a Kubernetes deployment tool that manages Helm Charts and deploys them to Kubernetes. The Nelm goal is to provide a modern alternative to Helm, with long-standin...
👍12🤣4👏1
This commentary from Spacelift provides valuable insights into structuring Terraform projects for better scalability and maintainability. It outlines several established patterns and best practices to help teams avoid common pitfalls and manage their infrastructure as code more effectively.
https://dev.to/spacelift/how-to-structure-a-terraform-project-1ojn
https://dev.to/spacelift/how-to-structure-a-terraform-project-1ojn
DEV Community
How to Structure a Terraform Project
As exciting as starting a new Terraform project may sound, the first question is where and how we...
🔥2
In this paper, Sean Goedecke outlines a pragmatic philosophy for shipping products, focusing on the importance of momentum and iterative progress. It challenges common development orthodoxies to present a simpler, more effective approach to delivery.
https://www.seangoedecke.com/how-to-ship/
https://www.seangoedecke.com/how-to-ship/
Seangoedecke
How I ship projects at big tech companies
What I think about when I'm lead engineer on a project
👍3
In this blogpost, the author details a painful lesson learned from using the default Pod CIDR in Cilium. It serves as a cautionary tale for others to avoid potential network configuration issues.
https://medium.com/@isalapiyarisi/learned-it-the-hard-way-dont-use-cilium-s-default-pod-cidr-89a78d6df098
https://medium.com/@isalapiyarisi/learned-it-the-hard-way-dont-use-cilium-s-default-pod-cidr-89a78d6df098
Medium
Learned it the hard way: Don’t use Cilium’s default Pod CIDR
Relying on a default Cilium config led to a complete ingress failure, 8 months after initial the deployment. A ticking time bomb, so to.
👍2
Core components in the OCM project. Report here if you found any issues in OCM.
https://github.com/open-cluster-management-io/ocm
https://github.com/open-cluster-management-io/ocm
GitHub
GitHub - open-cluster-management-io/ocm: Core components in the OCM project. Report here if you found any issues in OCM.
Core components in the OCM project. Report here if you found any issues in OCM. - open-cluster-management-io/ocm
👍2❤1
Willem's piece provides valuable insights into the world of benchmarks and performance testing. It emphasizes the importance of accurate and meaningful performance measurement.
https://www.willem.dev/articles/benchmarks-performance-testing/
https://www.willem.dev/articles/benchmarks-performance-testing/
www.willem.dev
Writing Benchmarks: Performance testing in Go/Golang
Learn how to write benchmarks and measure execution time and memory allactions of your code.
👍2❤1
Hazel Weakly's write-up delves into the complexities of handling long-running spans within OpenTelemetry. The text explores some of the challenges and potential solutions for this specific observability problem.
https://thenewstack.io/opentelemetry-challenges-handling-long-running-spans/
https://thenewstack.io/opentelemetry-challenges-handling-long-running-spans/
The New Stack
OpenTelemetry Challenges: Handling Long-Running Spans
The solution to long-running spans in OpenTelemetry is more creative than “don’t have long-running spans.” Learn how to address this common problem.
❤2👍1🔥1
Snappy and configuration-free little text editor/IDE for the terminal. Suitable for writing git commit messages, editing Markdown, config files, source code, man pages and for quick edit-format-compile cycles when programming. Has syntax highlighting, jump-to-error, rainbow parentheses, macros, cut/paste portals and a simple gdb front-end.
https://github.com/xyproto/orbiton
https://github.com/xyproto/orbiton
GitHub
GitHub - xyproto/orbiton: Snappy and configuration-free little text editor/IDE for the terminal. Suitable for writing git commit…
Snappy and configuration-free little text editor/IDE for the terminal. Suitable for writing git commit messages, editing Markdown, config files, source code, man pages and for quick edit-format-com...
👍3👌1
Mattias Andersson has created a guide on how to effectively manage Azure resources using Terraform Stacks. This approach helps in organizing infrastructure into logical, manageable units.
https://mattias.engineer/blog/2024/terraform-stacks-azure/
https://mattias.engineer/blog/2024/terraform-stacks-azure/
mattias.engineer
Terraform Stacks with Microsoft Azure
👍3👌1
KubeDeck is a suite of open-source tools designed to simplify Kubernetes management. Built with PowerShell and installable via krew, KubeDeck automates tasks such as cleaning up your KubeConfig file with KubeTidy and (soon) managing Kubernetes snapshots with KubeSnapIt, helping you keep your clusters organized and efficient.
https://github.com/KubeDeckio/KubeDeck
https://github.com/KubeDeckio/KubeDeck
GitHub
GitHub - KubeDeckio/KubeDeck: KubeDeck is a suite of open-source tools designed to simplify Kubernetes management. Built with PowerShell…
KubeDeck is a suite of open-source tools designed to simplify Kubernetes management. Built with PowerShell and installable via krew, KubeDeck automates tasks such as cleaning up your KubeConfig fil...
❤3🔥2
This article by Chuk Lee explains how to set up conditional triggers for your sensors in Argo Events. You will learn how to trigger different workflows based on varying conditions from the same event source.
https://medium.chuklee.com/argo-events-conditional-triggers-49fb20d15dbc
https://medium.chuklee.com/argo-events-conditional-triggers-49fb20d15dbc
Medium
Argo Events — Conditional Triggers
I am writing a series of articles on Argo Events; in each of these articles, I will be looking at how we can use Argo Events to automate…
❤3👍1
yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor
https://github.com/mikefarah/yq
https://github.com/mikefarah/yq
GitHub
GitHub - mikefarah/yq: yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor
yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor - mikefarah/yq
❤1👍1
The open source, cloud native tool for API Mocking and Testing. Microcks is a Cloud Native Computing Foundation sandbox project 🚀
https://github.com/microcks/microcks
https://github.com/microcks/microcks
GitHub
GitHub - microcks/microcks: The open source, cloud native tool for API Mocking and Testing. Microcks is a Cloud Native Computing…
The open source, cloud native tool for API Mocking and Testing. Microcks is a Cloud Native Computing Foundation sandbox project 🚀 - microcks/microcks
👍5
This piece on ITNEXT introduces SleepCycles from rekuberate.io as a method for reclaiming unused Kubernetes resources. By automatically scaling down environments during idle periods, this tool offers a practical way to achieve significant cloud cost savings.
https://itnext.io/rekuberate-io-sleepcycles-reclaim-your-unused-kubernetes-resources-d144bb276aa4
https://itnext.io/rekuberate-io-sleepcycles-reclaim-your-unused-kubernetes-resources-d144bb276aa4
Medium
rekuberate-io/sleepcycles: Reclaim your unused Kubernetes resources
A sophisticated custom Kubernetes controller that shuts down and wakes up your Kubernetes workloads on user-defined schedules.
👏3
This analysis offers practical strategies for reducing the cloud costs associated with running Kubernetes clusters. It covers various methods from resource optimization to autoscaling.
https://medium.com/adidoescode/reducing-cloud-costs-of-kubernetes-clusters-c8c1e3bdb669
https://medium.com/adidoescode/reducing-cloud-costs-of-kubernetes-clusters-c8c1e3bdb669
Medium
Reducing Cloud Costs of Kubernetes Clusters
Learn how open-source tools can help to lower the costs of Kubernetes clusters.
👍1
An automation tool that simplify the deployment of your apps on Kubernetes.
https://github.com/cuber-cloud/cuber-gem
https://github.com/cuber-cloud/cuber-gem
GitHub
GitHub - cuber-cloud/cuber-gem: An automation tool that simplify the deployment of your apps on Kubernetes.
An automation tool that simplify the deployment of your apps on Kubernetes. - cuber-cloud/cuber-gem
👍3
This commentary explores various infrastructure models that have emerged in the cloud era. It discusses the evolution from traditional on-premises setups to modern cloud-native architectures.
https://dzone.com/articles/infrastructure-models-in-the-cloud-era
https://dzone.com/articles/infrastructure-models-in-the-cloud-era
DZone
Mutable vs. Immutable: Infrastructure Models in the Cloud Era
Explore mutable infrastructure and immutable structures: learn which offers flexibility for updates, consistency, reliability, and fits different cloud needs.