A guide series explaining how to setup a personal small homelab running a Kubernetes cluster with VMs on a Proxmox VE standalone server node.
https://github.com/ehlesp/smallab-k8s-pve-guide
https://github.com/ehlesp/smallab-k8s-pve-guide
GitHub
GitHub - ehlesp/smallab-k8s-pve-guide: A guide explaining how to setup a personal small homelab running a Kubernetes cluster with…
A guide explaining how to setup a personal small homelab running a Kubernetes cluster with VMs on a Proxmox VE standalone server node. - ehlesp/smallab-k8s-pve-guide
👍4
The blog post discusses the significance of integrating observability into the development process, much like tests, to better understand and monitor applications in production. It emphasizes using OpenTelemetry for tracing and logging to gain insights into application behavior, advocating for the incorporation of observability during development for a more natural workflow and enhanced system understanding.
https://www.honeycomb.io/blog/observability-is-about-confidence
https://www.honeycomb.io/blog/observability-is-about-confidence
Honeycomb
Observability Is About Confidence
Observability is important to understand what’s happening in production, but carving out time to add instrumentation is daunting.
👍5
The Pkl Team has introduced Pkl, a new open-source programming language specifically designed for creating configurations. Pkl aims to bridge the gap between static configuration languages and general-purpose programming languages, offering a solution that combines the simplicity and readability of the former with the expressiveness and flexibility of the latter. The language includes features like classes, functions, conditionals, and loops, allowing for robust and reusable configuration noscripts. Pkl also emphasizes safety with built-in validation, scalability for various use cases, and a pleasant development experience through excellent IDE integrations.
https://pkl-lang.org/blog/introducing-pkl.html
https://pkl-lang.org/blog/introducing-pkl.html
👍4
Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
https://github.com/spinnaker/spinnaker
https://github.com/spinnaker/spinnaker
GitHub
GitHub - spinnaker/spinnaker: Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes…
Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence. - spinnaker/spinnaker
👍4👎1
Good video from the last re:Invent about features AWS Backup
https://www.youtube.com/watch?v=QIffkOyTf7I
https://www.youtube.com/watch?v=QIffkOyTf7I
YouTube
AWS re:Invent 2023 - What's new with AWS Backup (STG203)
In the past year, AWS Backup has delivered new innovations to help you safeguard your data and audit your data protection posture. With new protection and recovery capabilities, AWS Backup continues to innovate for and delight over 100,000 customers protecting…
👍6
Complete and perfect guide about load testing
https://grafana.com/blog/2024/01/30/load-testing-websites/
https://grafana.com/blog/2024/01/30/load-testing-websites/
Grafana Labs
How to load test a website: A comprehensive guide | Grafana Labs
In this guide, learn about strategies to test websites, including specific recommendations for complex scenario noscripting and test execution.
👍6
ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security.
https://github.com/komodorio/validkube
https://github.com/komodorio/validkube
GitHub
GitHub - komodorio/validkube: ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene…
ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security. - komodorio/validkube
👍6
The article on HashiCorp's blog discusses the application of chaos engineering to HashiCorp Vault to enhance its resilience. It outlines using Gremlin chaos engineering tests and Vault stress testing tools to simulate disruptions, aiming to identify and mitigate reliability risks in Vault architectures. The post emphasizes the importance of chaos engineering in revealing hidden problems, improving system performance, and ensuring the system's resilience against failures, particularly for a system as critical as Vault which manages secrets for mission-critical applications.
https://www.hashicorp.com/blog/vault-chaos-engineering
https://www.hashicorp.com/blog/vault-chaos-engineering
HashiCorp
Vault chaos engineering
Learn how to make your Vault clusters more resilient with Gremlin chaos engineering tests.
👍6❤1
The API traffic analyzer for Kubernetes providing real-time K8s protocol-level visibility, capturing and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters. Inspired by Wireshark, purposely built for Kubernetes
https://github.com/kubeshark/kubeshark
https://github.com/kubeshark/kubeshark
GitHub
GitHub - kubeshark/kubeshark: API traffic analyzer for Kubernetes, providing deep packet inspection with complete API and Kubernetes…
API traffic analyzer for Kubernetes, providing deep packet inspection with complete API and Kubernetes contexts, retaining cluster-wide L4 traffic (PCAP), and using minimal production compute resou...
❤3👍3🔥3
Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
https://github.com/eldadru/ksniff
https://github.com/eldadru/ksniff
GitHub
GitHub - eldadru/ksniff: Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark - eldadru/ksniff
👍4
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
https://github.com/asdf-vm/asdf
https://github.com/asdf-vm/asdf
GitHub
GitHub - asdf-vm/asdf: Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more - asdf-vm/asdf
👍3👏2
Interesting article about git commit
https://jvns.ca/blog/2024/01/05/do-we-think-of-git-commits-as-diffs--snapshots--or-histories/
https://jvns.ca/blog/2024/01/05/do-we-think-of-git-commits-as-diffs--snapshots--or-histories/
Julia Evans
Do we think of git commits as diffs, snapshots, and/or histories?
Hello! I’ve been extremely slowly trying to figure how to explain every core concept in Git (commits! branches! remotes! the staging area!) and commits have been surprisingly tricky.
👍5
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Cod
https://github.com/GoogleCloudPlatform/terraformer
https://github.com/GoogleCloudPlatform/terraformer
GitHub
GitHub - GoogleCloudPlatform/terraformer: CLI tool to generate terraform files from existing infrastructure (reverse Terraform).…
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code - GoogleCloudPlatform/terraformer
👍7
https://hackernoon.com/delivering-cloud-infrastructure-the-gitops-way-with-crossplane-and-argocd
The article on HackerNoon discusses using GitOps with Crossplane and ArgoCD to deliver cloud infrastructure. It explores how these tools can be integrated to build APIs for an Internal Developer Platform, focusing on the efficiencies and improvements this approach brings to cloud infrastructure management.
The article on HackerNoon discusses using GitOps with Crossplane and ArgoCD to deliver cloud infrastructure. It explores how these tools can be integrated to build APIs for an Internal Developer Platform, focusing on the efficiencies and improvements this approach brings to cloud infrastructure management.
Hackernoon
Delivering Cloud Infrastructure the GitOps Way with Crossplane and ArgoCD
GitOps using Crossplane and ArgoCD to deliver Cloud Infrastructure and build APIs for Internal Developer Platform.
👍8
The article provides a detailed 10-step guide on building a Terragrunt orchestrator, aiming to streamline infrastructure management using Terraform modules across multiple AWS accounts and regions. It covers starting from a basic Terragrunt setup to more advanced configurations including handling cross-region dependencies, automating the creation of remote state and locking mechanisms, and deploying infrastructure with a DRY (Don't Repeat Yourself) approach to minimize redundancy. This comprehensive guide is targeted at DevOps engineers and infrastructure automation professionals looking to leverage Terragrunt for efficient infrastructure deployment and management.
https://nordcloud.com/tech-community/10-steps-to-building-terragrunt-orchestrator
https://nordcloud.com/tech-community/10-steps-to-building-terragrunt-orchestrator
Nordcloud
10 Steps to Building Terragrunt Orchestrator | AWS Expert Blog
Learn to build a robust orchestrator for seamless Terraform module management across environments. Dive into efficient infrastructure automation with our step-by-step guide
👍4❤1