Mark Tinderholt's latest blogpost provides a comprehensive walkthrough on setting up a Jekyll blog using Azure Static Web Apps and Azure Storage. This piece is a great resource for anyone looking to establish a low-cost and scalable personal website.
https://www.marktinderholt.com/infrastructure-as-code/terraform/azure/cloud/2024/10/24/setup-blog-jekyll-azure-storage.html
https://www.marktinderholt.com/infrastructure-as-code/terraform/azure/cloud/2024/10/24/setup-blog-jekyll-azure-storage.html
Mark Tinderholt’s Blog.
Automating Jekyll with Terraform: A Serverless Approach to Static Site Hosting on Azure
My plan is to create a private repository on GitHub to be the source of all of the content for my blog posts. This is where I will write and where I will maintain the original copy of every blog post I make. I can then distribute the blog posts to any online…
❤1👍1
Kubernetes controller for GitHub Actions self-hosted runners
https://github.com/actions/actions-runner-controller
https://github.com/actions/actions-runner-controller
GitHub
GitHub - actions/actions-runner-controller: Kubernetes controller for GitHub Actions self-hosted runners
Kubernetes controller for GitHub Actions self-hosted runners - actions/actions-runner-controller
👍2
This new analysis from Honeycomb argues against the traditional use of incident severities, proposing a shift towards classifying incidents by type instead. It's a thought-provoking read that challenges common practices in incident management.
https://www.honeycomb.io/blog/against-incident-severities-favor-incident-types
https://www.honeycomb.io/blog/against-incident-severities-favor-incident-types
Honeycomb
Against Incident Severities and in Favor of Incident Types
In this post, SRE Fred Hebert goes over why we decided to choose incident types instead of incident severities for incident response.
👍1
If you've ever wondered what Helm is and why it's so popular in the Kubernetes ecosystem, this excellent guide has you covered. The text breaks down the fundamentals of the package manager and explains its core concepts in an easy-to-understand way.
https://glasskube.dev/blog/what-is-helm-in-kubernetes/
https://glasskube.dev/blog/what-is-helm-in-kubernetes/
glasskube.dev
What is Helm in Kubernetes? A complete guide | Glasskube
An in-depth overview of how Helm simplifies Kubernetes application management. Learn about Helm charts, key commands, and best practices in this comprehensive tutorial.
🔥2
In this detailed write-up, the team at incident.io shares their approach to assigning ownership for errors within their monolithic architecture. This post offers valuable insights into creating clear accountability and streamlining the debugging process.
https://incident.io/blog/organizing-ownership-how-we-assign-errors-in-our-monolith
https://incident.io/blog/organizing-ownership-how-we-assign-errors-in-our-monolith
incident.io
Organizing ownership: How we assign errors in our monolith | Blog
At incident.io, we streamline our monolith by assigning clear ownership to chunks of code and enforcing it with CI checks. Tagged errors are automatically routed to the right team, reducing on-call stress and keeping our system efficient as we scale. Here's…
👍1
This practical tutorial walks you through the delicate process of uninstalling Multus CNI from a Kubernetes cluster without causing major disruptions. Following these steps can help you avoid common pitfalls and ensure a smooth removal.
https://medium.com/spectro-cloud/how-to-uninstall-multus-cni-without-borking-your-k8s-cluster-3c3825cc1dab
https://medium.com/spectro-cloud/how-to-uninstall-multus-cni-without-borking-your-k8s-cluster-3c3825cc1dab
Medium
How to uninstall Multus CNI without borking your K8s cluster
How to uninstall Multus CNI without borking your K8s cluster What is Multus CNI? Multus CNI is an open-source Container Network Interface. Unlike other popular Kubernetes CNI projects, such as …
👍1
Meta's engineering team has published a fascinating report detailing how they built a cryptographic monitoring system capable of operating at a massive scale. The document discusses the architecture and the challenges they overcame to secure their vast infrastructure.
https://engineering.fb.com/2024/11/12/security/how-meta-built-large-scale-cryptographic-monitoring/
https://engineering.fb.com/2024/11/12/security/how-meta-built-large-scale-cryptographic-monitoring/
Engineering at Meta
How Meta built large-scale cryptographic monitoring
Cryptographic monitoring at scale has been instrumental in helping our engineers understand how cryptography is used at Meta. Monitoring has given us a distinct advantage in our efforts to proactiv…
👍1
Anvesh Muppeda offers a hands-on commentary that guides you through setting up Prometheus and Alertmanager in Kubernetes, complete with custom alerts. This is a must-read for anyone looking to implement robust monitoring for their containerized applications.
https://medium.com/@muppedaanvesh/a-hands-on-guide-setting-up-prometheus-and-alertmanager-in-kubernetes-with-custom-alerts-%EF%B8%8F-f9c6d37b27ca
https://medium.com/@muppedaanvesh/a-hands-on-guide-setting-up-prometheus-and-alertmanager-in-kubernetes-with-custom-alerts-%EF%B8%8F-f9c6d37b27ca
Medium
⎈ A Hands-On Guide: Setting Up Prometheus and AlertManager in Kubernetes with Custom Alerts 🛠️
⇢ Understanding Prometheus & AlertManager Setup in Kubernetes with Custom Rules: A Comprehensive Guide
👍3
The Klaviyo Tech team provides a deep dive into the nuances of understanding timings in distributed systems in this informative piece. It explores the complexities of latency and clock synchronization, which are crucial for building reliable services.
https://klaviyo.tech/understanding-timings-in-distributed-systems-262fbc51441d
https://klaviyo.tech/understanding-timings-in-distributed-systems-262fbc51441d
Medium
Understanding Timings in Distributed Systems
How we combined logging and tracing to make life much easier.
❤1🔥1
This useful discussion by 3deep5me demonstrates how to integrate 1Password with the External Secrets Operator in a GitOps workflow. It's a great resource for developers looking to manage secrets more securely and efficiently in Kubernetes.
https://dev.to/3deep5me/using-1password-with-external-secrets-operator-in-a-gitops-way-4lo4
https://dev.to/3deep5me/using-1password-with-external-secrets-operator-in-a-gitops-way-4lo4
DEV Community
Using 1Password with External Secrets Operator in a GitOps way
I recently created a free Kubernetes cluster on Oracles Always Free Tier. But how to handle secrets...
👍4❤1
kubewall - Single-Binary Kubernetes Dashboard with Multi-Cluster Management & AI Integration. (OpenAI / Claude 4 / Gemini / DeepSeek / OpenRouter / Ollama / Qwen / LMStudio)
https://github.com/kubewall/kubewall
https://github.com/kubewall/kubewall
GitHub
GitHub - kubewall/kubewall: kubewall - Single-Binary Kubernetes Dashboard with Multi-Cluster Management & AI Integration. (OpenAI…
kubewall - Single-Binary Kubernetes Dashboard with Multi-Cluster Management & AI Integration. (OpenAI / Claude 4 / Gemini / DeepSeek / OpenRouter / Ollama / Qwen / LMStudio) - kubewall/kubewall
👍1
In his recent study, Smidt.dev reflects on his first year of self-employment, sharing valuable lessons learned about productivity and personal growth. This introspective look offers a candid perspective on the challenges and rewards of being your own boss.
https://blog.smidt.dev/posts/0003/
https://blog.smidt.dev/posts/0003/
The Smidt Blog
Diving into eBPF: Building a Process Tracer from Scratch!
How i ended up writing an ebpf based program to trace processes for a github action.
❤1👍1
This in-depth exploration shows how to deploy flexible and custom setups of AnythingLLM on Kubernetes. The text is perfect for those who want to run their own private AI-powered document chatbot.
https://itnext.io/deploy-flexible-and-custom-setups-with-anything-llm-on-kubernetes-a2b5687f2bcc
https://itnext.io/deploy-flexible-and-custom-setups-with-anything-llm-on-kubernetes-a2b5687f2bcc
Medium
Deploy Flexible and Custom Setups with Anything LLM on Kubernetes
Step-by-Step Guide to Deploy Anything LLM with OpenAI, Azure AI, and Ollama