Detailed post from Cloudflare about the latest security incident. Cloudflare is one of the most open companies that discuss problems within the company.
https://blog.cloudflare.com/thanksgiving-2023-security-incident/
https://blog.cloudflare.com/thanksgiving-2023-security-incident/
The Cloudflare Blog
Thanksgiving 2023 security incident
On Thanksgiving Day, November 23, 2023, Cloudflare detected a threat actor on our self-hosted Atlassian server. Our security team immediately began an investigation, cut off the threat actor’s access, and no Cloudflare customer data or systems were impacted…
😱4👍2
https://www.datadoghq.com/blog/kubernetes-cpu-requests-limits/
The blog post delves into the intricacies of CPU requests and limits within Kubernetes. It discusses how these parameters affect container scheduling and resource allocation, and offers insights into troubleshooting and optimizing application performance.
The blog post delves into the intricacies of CPU requests and limits within Kubernetes. It discusses how these parameters affect container scheduling and resource allocation, and offers insights into troubleshooting and optimizing application performance.
Datadog
Kubernetes CPU limits and requests: A deep dive | Datadog
Learn about the differences between the CPU Manager's policies and get recommendations for specifying CPU requests and limits.
👍3
K8s-Secret-Expiry-Controller is a Kubernetes operator that manages and tracks the lifespan of Kubernetes secrets.
https://github.com/devops-360-online/k8s-secret-expiry-controller
https://github.com/devops-360-online/k8s-secret-expiry-controller
GitHub
GitHub - devops-360-online/k8s-secret-expiry-controller: K8s-Secret-Expiry-Controller is a Kubernetes operator that manages and…
K8s-Secret-Expiry-Controller is a Kubernetes operator that manages and tracks the lifespan of Kubernetes secrets. - devops-360-online/k8s-secret-expiry-controller
👍3
Get instant insights on your Kubernetes clusters with our lightweight, plug-and-play performance monitoring tool
https://github.com/oslabs-beta/KlusterView
https://github.com/oslabs-beta/KlusterView
GitHub
GitHub - oslabs-beta/KlusterView: Get instant insights on your Kubernetes clusters with our lightweight, plug-and-play performance…
Get instant insights on your Kubernetes clusters with our lightweight, plug-and-play performance monitoring tool - oslabs-beta/KlusterView
🔥6👍2👏2❤1
Weaveworks (Main Flux contributor) stops operating.
https://www.linkedin.com/posts/richardsonalexis_hi-everyone-i-am-very-sad-to-announce-activity-7160295096825860096-ZS67
https://www.linkedin.com/posts/richardsonalexis_hi-everyone-i-am-very-sad-to-announce-activity-7160295096825860096-ZS67
Linkedin
Hi everyone | Alexis Richardson | 519 comments
Hi everyone
I am very sad to announce - officially - that Weaveworks will be closing its doors and shutting down commercial operations. Customers and partners will be working with a financial trustee whom we shall announce soon.
The company was turning…
I am very sad to announce - officially - that Weaveworks will be closing its doors and shutting down commercial operations. Customers and partners will be working with a financial trustee whom we shall announce soon.
The company was turning…
😢5🤯4
We recently upgraded from Postgres 11.9 to 15.3 with zero downtime by using logical replication, a suite of support noscripts, and tools in Elixir & Erlang’s BEAM virtual machine. This post will go into far too much detail explaining how we did it, and considerations you might need to make along the way if you try to do the same.
https://knock.app/blog/zero-downtime-postgres-upgrades
https://knock.app/blog/zero-downtime-postgres-upgrades
Knock
Zero downtime Postgres upgrades | Knock
How we upgraded from Postgres 11.9 to 15.3 with zero downtime
👍5
Learning how to build quality software is not part of computer science education. How do we learn it?
https://www.florianbellmann.com/blog/never-taught-qa
https://www.florianbellmann.com/blog/never-taught-qa
Florian Bellmann | Be curious, explore and meditate.
You are never taught how to build quality software
Learning how to build quality software is not part of computer science education. How do we learn it?
👍4❤2
Engineers and major companies are pushing a technology called L4S that they say could make the web feel dramatically faster. But how?
https://www.theverge.com/23655762/l4s-internet-apple-comcast-latency-speed-bandwidth
https://www.theverge.com/23655762/l4s-internet-apple-comcast-latency-speed-bandwidth
The Verge
The quiet plan to make the internet feel faster
L4S could fix a problem that even gigabit connections don’t.
👍5❤2
Kubernetes tool for scanning clusters for network policies and identifying unprotected workloads.
https://github.com/deggja/netfetch
https://github.com/deggja/netfetch
GitHub
GitHub - deggja/netfetch: Kubernetes tool for scanning clusters for network policies and identifying unprotected workloads.
Kubernetes tool for scanning clusters for network policies and identifying unprotected workloads. - deggja/netfetch
👍3
Kubernetes object analysis with recommendations for improved reliability and security
https://github.com/zegl/kube-score
https://github.com/zegl/kube-score
GitHub
GitHub - zegl/kube-score: Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively…
Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Ku...
👍3
This is the story of how we upgraded our fleet of 1200+ MySQL hosts to 8.0. Upgrading the fleet with no impact to our Service Level Objectives (SLO) was no small feat–planning, testing and the upgrade itself took over a year and collaboration across multiple teams within GitHub.
https://github.blog/2023-12-07-upgrading-github-com-to-mysql-8-0/
https://github.blog/2023-12-07-upgrading-github-com-to-mysql-8-0/
The GitHub Blog
Upgrading GitHub.com to MySQL 8.0
GitHub uses MySQL to store vast amounts of relational data. This is the story of how we seamlessly upgraded our production fleet to MySQL 8.0.
👍3
https://questdb.io/blog/questdb-cloud-kubernetes-operator/
The article from QuestDB discusses their transition to a Kubernetes Operator for their cloud operations. The switch involves moving from a provisioner-based system to a Kubernetes Operator, which manages complex operations and orchestrates features like automatic node failure recovery, High Availability, and Cold Storage. This new system simplifies provisioning by reducing code complexity and improving unit testing. It also offers benefits like auto-healing, easier upgrades, and improved control plane locality. The operator is designed to be a drop-in replacement for their current system, ensuring seamless transition and enhanced automation capabilities.
The article from QuestDB discusses their transition to a Kubernetes Operator for their cloud operations. The switch involves moving from a provisioner-based system to a Kubernetes Operator, which manages complex operations and orchestrates features like automatic node failure recovery, High Availability, and Cold Storage. This new system simplifies provisioning by reducing code complexity and improving unit testing. It also offers benefits like auto-healing, easier upgrades, and improved control plane locality. The operator is designed to be a drop-in replacement for their current system, ensuring seamless transition and enhanced automation capabilities.
👍2
Kepler (Kubernetes-based Efficient Power Level Exporter) uses eBPF to probe performance counters and other system stats, use ML models to estimate workload energy consumption based on these stats, and exports them as Prometheus metrics
https://github.com/sustainable-computing-io/kepler
https://github.com/sustainable-computing-io/kepler
GitHub
GitHub - sustainable-computing-io/kepler: Kepler (Kubernetes-based Efficient Power Level Exporter) is a Prometheus exporter that…
Kepler (Kubernetes-based Efficient Power Level Exporter) is a Prometheus exporter that measures energy consumption metrics at the container, pod, and node levels in Kubernetes clusters. - sustainab...
❤3👍2