The Kubernetes Security Profiles Operator
https://github.com/kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
GitHub
GitHub - kubernetes-sigs/security-profiles-operator: The Kubernetes Security Profiles Operator
The Kubernetes Security Profiles Operator. Contribute to kubernetes-sigs/security-profiles-operator development by creating an account on GitHub.
π4
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: Complete guide explaining how to build and run a virtualized small Kubernetes cluster withβ¦
Complete guide explaining how to build and run a virtualized small Kubernetes cluster with one Proxmox VE standalone node on a single computer. - 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
π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 scripts. 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 scripting 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
A new way to see and navigate directory trees
https://github.com/Canop/broot
https://github.com/Canop/broot
GitHub
GitHub - Canop/broot: A new way to see and navigate directory trees : https://dystroy.org/broot
A new way to see and navigate directory trees : https://dystroy.org/broot - Canop/broot
π5π€£2
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
Introduction to SOAK testing by Grafana
https://grafana.com/blog/2024/01/30/soak-testing/
https://grafana.com/blog/2024/01/30/soak-testing/
Grafana Labs
Soak testing: A beginner's guide | Grafana Labs
A basic guide to soak testing and how to perform a soak test in Grafana k6
π6
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: eBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decryptsβ¦
eBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decrypts TLS without keys. Queryable by AI agents via MCP and humans via dashboard. - kubeshark/kubes...
β€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
Kubernetes YAML to Terraform HCL converter
https://github.com/sl1pm4t/k2tf
https://github.com/sl1pm4t/k2tf
GitHub
GitHub - sl1pm4t/k2tf: Kubernetes YAML to Terraform HCL converter
Kubernetes YAML to Terraform HCL converter. Contribute to sl1pm4t/k2tf development by creating an account on GitHub.
β€βπ₯8
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