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.
This study by Ramon Berrutti kicks off a series on building your own service mesh. It lays the groundwork for understanding the fundamental components and concepts involved.
https://dev.to/ramonberrutti/build-your-service-mesh-part-1-10ed
https://dev.to/ramonberrutti/build-your-service-mesh-part-1-10ed
DEV Community
Build your Service Mesh: The Proxy
DIY Service Mesh This is a Do-It-Yourself Service Mesh, a simple tutorial for...
👍3
Percona Toolkit: a collection of advanced open source command-line tools.
https://github.com/percona/percona-toolkit
https://github.com/percona/percona-toolkit
GitHub
GitHub - percona/percona-toolkit: Percona Toolkit: a collection of advanced open source command-line tools.
Percona Toolkit: a collection of advanced open source command-line tools. - percona/percona-toolkit
❤6
Terraform HTTP Backend implementation that uses Git repository as storage
https://github.com/plumber-cd/terraform-backend-git
https://github.com/plumber-cd/terraform-backend-git
GitHub
GitHub - plumber-cd/terraform-backend-git: Terraform HTTP Backend implementation that uses Git repository as storage
Terraform HTTP Backend implementation that uses Git repository as storage - plumber-cd/terraform-backend-git
👍3❤🔥1
This guide from the Palark blog explores five pro tips for advanced Helm templating to enhance your chart-building skills. It covers powerful functions and best practices to help you create more robust and flexible Kubernetes applications.
https://blog.palark.com/advanced-helm-templating/
https://blog.palark.com/advanced-helm-templating/
❤2
This tutorial on ITNEXT explains how to dynamically manage Kubernetes secrets using HashiCorp Vault and the External Secrets Operator. By implementing this solution, you can avoid storing plain-text secrets in Git and streamline your secret management workflow.
https://itnext.io/managing-kubernetes-secrets-dynamically-from-vault-via-external-secrets-operator-7e51d71b56cf
https://itnext.io/managing-kubernetes-secrets-dynamically-from-vault-via-external-secrets-operator-7e51d71b56cf
Medium
Managing Kubernetes Secrets Dynamically from Vault via External Secrets Operator
Hello, I hope everything is going well in your life.
👍2
A sidecar app which clones a git repo and keeps it in sync with the upstream.
https://github.com/kubernetes/git-sync
https://github.com/kubernetes/git-sync
GitHub
GitHub - kubernetes/git-sync: A sidecar app which clones a git repo and keeps it in sync with the upstream.
A sidecar app which clones a git repo and keeps it in sync with the upstream. - kubernetes/git-sync
👍6
Povilas V. provides an exploration into the fundamentals of how DNS works within Kubernetes for service discovery. This is a crucial concept for understanding how microservices communicate within the cluster.
https://povilasv.me/understanding-dns-in-kubernetes/
https://povilasv.me/understanding-dns-in-kubernetes/
Povilas Versockas
Understanding DNS in Kubernetes - Povilas Versockas
This blog explores Kubernetes DNS, focusing on service discovery. It covers differences between DNS implementations such as musl and glibc.
👍3
Martin Atkins' recent write-up proposes a "Terraform Stack Language" to address the complexities of managing numerous Terraform stacks. This new language aims to provide a more structured and less error-prone way to handle dependencies and configurations.
https://log.martinatkins.me/2024/01/23/terraform-stack-language
https://log.martinatkins.me/2024/01/23/terraform-stack-language
Development Log by Martin Atkins
The Terraform Stack Language
A new Terraform DSL for describing Terraform stacks
🔥2