Mutating Webhook to dynamically add tolerations based on detected image architectures
https://github.com/PeterGrace/tolerable
https://github.com/PeterGrace/tolerable
GitHub
GitHub - PeterGrace/tolerable: Mutating Webhook to dynamically add tolerations based on detected image architectures
Mutating Webhook to dynamically add tolerations based on detected image architectures - PeterGrace/tolerable
π3β€2π1π―1
The blog post elucidates the author's journey with Argo Workflows, highlighting its effectiveness for infrastructure automation and its advantage over Jenkins. Through personal experiences, the author shares mistakes made, lessons learned, and certain developed patterns to assist readers in avoiding similar pitfalls. The blog's objective is to impart the acquired knowledge and patterns which are conducive to a more efficient utilization of Argo Workflows
https://hodgkins.io/argo-workflow-proven-patterns-from-production
https://hodgkins.io/argo-workflow-proven-patterns-from-production
hodgkins.io
Argo Workflows - Proven Patterns from Production - Matthew Hodgkins
Discover hard-earned insights on leveraging Argo Workflows for infrastructure automation. This guide outlines essential lessons, from managing workflow TTL and pod garbage collection to running synthetic tests with CronWorkflow. Plus, explore advanced patternsβ¦
π3β€2β€βπ₯1π―1
A set of modern Grafana dashboards for Kubernetes.
https://github.com/dotdc/grafana-dashboards-kubernetes
https://github.com/dotdc/grafana-dashboards-kubernetes
GitHub
GitHub - dotdc/grafana-dashboards-kubernetes: A set of modern Grafana dashboards for Kubernetes.
A set of modern Grafana dashboards for Kubernetes. - dotdc/grafana-dashboards-kubernetes
π4β€2π₯2
The article on Depot highlights the introduction of on-demand Dockerfile linting to identify common linting issues, aiming to adhere to best practices for efficient Docker image creation. It lists the top 10 prevalent linting issues observed in Depot, elaborating on each problem and providing solutions to amend them, thus serving as a resource for improving Dockerfile writing practices
https://depot.dev/blog/dockerfile-linting-issues
https://depot.dev/blog/dockerfile-linting-issues
Depot
Top 10 common Dockerfile linting issues
We've added the ability to lint Dockerfiles on demand in Depot. This post covers the top 10 most common Dockerfile linting issues we've seen flowing through Depot.
π3π3β€2
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
https://github.com/ByteByteGoHq/system-design-101
https://github.com/ByteByteGoHq/system-design-101
GitHub
GitHub - ByteByteGoHq/system-design-101: Explain complex systems using visuals and simple terms. Help you prepare for system designβ¦
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews. - ByteByteGoHq/system-design-101
π4β€1β€βπ₯1
Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command!
https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner
https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner
GitHub
GitHub - mysticaltech/terraform-hcloud-kube-hetzner: Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command!
Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command! - mysticaltech/terraform-hcloud-kube-hetzner
π4β€2π2
The Startup CTO's Handbook, a book covering leadership, management and technical topics for leaders of software engineering teams
https://github.com/ZachGoldberg/Startup-CTO-Handbook
https://github.com/ZachGoldberg/Startup-CTO-Handbook
GitHub
GitHub - ZachGoldberg/Startup-CTO-Handbook: The Startup CTO's Handbook, a book covering leadership, management and technical topicsβ¦
The Startup CTO's Handbook, a book covering leadership, management and technical topics for leaders of software engineering teams - ZachGoldberg/Startup-CTO-Handbook
π4β€2π1
AWS Reference Platform for Kubernetes + Data Services for use as a starting point in upbound.io to build, run, and operate your own internal cloud platform and offer a self-service console and API to your internal teams.
https://github.com/upbound/platform-ref-aws
https://github.com/upbound/platform-ref-aws
GitHub
GitHub - upbound/platform-ref-aws: AWS Reference Platform for Kubernetes + Data Services for use as a starting point in upbound.ioβ¦
AWS Reference Platform for Kubernetes + Data Services for use as a starting point in upbound.io to build, run, and operate your own internal cloud platform and offer a self-service console and API ...
π3β€2π2π1
The blog post elaborates on scaling Elasticsearch by optimizing the Cluster State, which isn't about the amount of data stored but the metadata's size and rate of change. The post suggests minimizing cluster state size by practices such as avoiding field overuse, distributing data across multiple clusters, and preferring fewer, larger nodes. These adjustments, alongside others like strict mappings and efficient alias usage, contribute to a more manageable and scalable Elasticsearch environment
https://sematext.com/blog/elasticsearch-scaling-cluster-state/
https://sematext.com/blog/elasticsearch-scaling-cluster-state/
Sematext
Scaling Elasticsearch by Cleaning the Cluster State - Sematext
Cluster State size and velocity is the limit of scale for an Elasticsearch (or OpenSearch) cluster. Here's why and what you can do about it.
π4π€―3β€βπ₯2
If you like this channel, you can support it. If you don't have an account in DO and what to have a simple cloud platform for development and running your project, you can register here by my referral link, https://m.do.co/c/0f8bec835d26 .
By this link, you get $200 in credit over 60 days.
By this link, you get $200 in credit over 60 days.
Digitalocean
AI-Native Cloud | DigitalOcean
Run AI products in production with a unified stack for agents, inference, and cloudβbuilt for control, performance, and economics at scale.
π3β€2
DevOps & SRE notes pinned Β«If you like this channel, you can support it. If you don't have an account in DO and what to have a simple cloud platform for development and running your project, you can register here by my referral link, https://m.do.co/c/0f8bec835d26 . By this link, youβ¦Β»
A repository of reports of malicious packages identified in Open Source package repositories, consumable via the Open Source Vulnerability (OSV) format.
https://github.com/ossf/malicious-packages
https://github.com/ossf/malicious-packages
GitHub
GitHub - ossf/malicious-packages: A repository of reports of malicious packages identified in Open Source package repositoriesβ¦
A repository of reports of malicious packages identified in Open Source package repositories, consumable via the Open Source Vulnerability (OSV) format. - ossf/malicious-packages
π3β€2π₯1
Many of us are using nginx-ingress controller. But under the hood it's just an nginx. Sometimes it's useful to understand how the nginx works under the hood.
https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/
https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/
π3β€βπ₯2β€1π1
The article discusses the impact of Topology Aware Hints (TAH) on network traffic in Amazon Elastic Kubernetes Service (EKS). TAH, introduced in Kubernetes version 1.23, helps in routing traffic efficiently within the same Availability Zone (AZ) to benefit latency-sensitive workloads and reduce inter-AZ data transfer costs
https://aws.amazon.com/blogs/containers/exploring-the-effect-of-topology-aware-hints-on-network-traffic-in-amazon-elastic-kubernetes-service/
https://aws.amazon.com/blogs/containers/exploring-the-effect-of-topology-aware-hints-on-network-traffic-in-amazon-elastic-kubernetes-service/
Amazon
Exploring the effect of Topology Aware Hints on network traffic in Amazon Elastic Kubernetes Service | Amazon Web Services
Topology Aware Hints (TAH) is a feature that available in Amazon EKS version 1.24. Itβs intended to provide a mechanism that attempts to keep traffic closer to its origin within the same AZ on in another location. In this post, weβll explore how this featureβ¦
π2β€βπ₯1β€1π₯1
An edge-native container management system for edge computing
https://github.com/superedge/superedge
https://github.com/superedge/superedge
GitHub
GitHub - superedge/superedge: An edge-native container management system for edge computing
An edge-native container management system for edge computing - superedge/superedge
π3β€2π₯2