Monitoring Kafka performance metrics
Kafka is a distributed, partitioned, replicated, log service developed by LinkedIn and open sourced in 2011. Basically it is a massively scalable pub/sub message queue architected as a distributed transaction log. It was created to provide “a unified platform for handling all the real-time data feeds a large company might have”.
https://www.datadoghq.com/blog/monitoring-kafka-performance-metrics/
Kafka is a distributed, partitioned, replicated, log service developed by LinkedIn and open sourced in 2011. Basically it is a massively scalable pub/sub message queue architected as a distributed transaction log. It was created to provide “a unified platform for handling all the real-time data feeds a large company might have”.
https://www.datadoghq.com/blog/monitoring-kafka-performance-metrics/
Datadog
Kafka Performance Metrics: How to Monitor | Datadog
To keep your Kafka cluster running smoothly, you need to know which metrics to monitor. Learn about metrics from your Kafka brokers, producers, consumers, and more.
https://github.com/windmilleng/tilt-extensions
This is the official Tilt Extensions Repository. Read more in docs.
This is the official Tilt Extensions Repository. Read more in docs.
GitHub
windmilleng/tilt-extensions
Contribute to windmilleng/tilt-extensions development by creating an account on GitHub.
Introducing Krustlet, the WebAssembly Kubelet
Krustlet is designed to run as a Kubernetes Kubelet. It’s similar in design to Virtual Kubelet. It listens on the Kubernetes API event stream for new pods. Based on specific Kubernetes tolerations, the Kubernetes API will schedule pods onto Krustlet, which in turn runs them under a WASI-based runtime (more specifically, either wasmtime or waSCC, depending on which Runtime Provider they choose).
https://deislabs.io/posts/introducing-krustlet/
Krustlet is designed to run as a Kubernetes Kubelet. It’s similar in design to Virtual Kubelet. It listens on the Kubernetes API event stream for new pods. Based on specific Kubernetes tolerations, the Kubernetes API will schedule pods onto Krustlet, which in turn runs them under a WASI-based runtime (more specifically, either wasmtime or waSCC, depending on which Runtime Provider they choose).
https://deislabs.io/posts/introducing-krustlet/
deislabs.io
Introducing Krustlet, the WebAssembly Kubelet
Announcing Krustlet
https://github.com/deislabs/krustlet
Krustlet acts as a Kubelet by listening on the event stream for new pods that the scheduler assigns to it based on specific Kubernetes tolerations.
Krustlet acts as a Kubelet by listening on the event stream for new pods that the scheduler assigns to it based on specific Kubernetes tolerations.
GitHub
GitHub - krustlet/krustlet: Kubernetes Rust Kubelet
Kubernetes Rust Kubelet. Contribute to krustlet/krustlet development by creating an account on GitHub.
Ship Happens: Episode 6 | Tammy Butow Talks SRE and On-Call Training
In episode 6 of Ship Happens, Tammy Butow joins Benton to talk all about SRE, availability and training on-call teams. Tammy is a Principal Site Reliability Engineer and executive team member at Gremlin, software dedicated completely to chaos engineering. Tammy is an industry leader in SRE and chaos engineering and brings loads of valuable experience from the National Australia Bank, Digital Ocean, Dropbox and Gremlin. Learn from Tammy’s interesting history with skateboarding and how she’s learned to apply these lessons to SRE and software development.
https://victorops.com/podcast/ship-happens-episode-6-tammy-butow/
In episode 6 of Ship Happens, Tammy Butow joins Benton to talk all about SRE, availability and training on-call teams. Tammy is a Principal Site Reliability Engineer and executive team member at Gremlin, software dedicated completely to chaos engineering. Tammy is an industry leader in SRE and chaos engineering and brings loads of valuable experience from the National Australia Bank, Digital Ocean, Dropbox and Gremlin. Learn from Tammy’s interesting history with skateboarding and how she’s learned to apply these lessons to SRE and software development.
https://victorops.com/podcast/ship-happens-episode-6-tammy-butow/
VictorOps
Ship Happens Podcast | Episode 6: Tammy Butow Talks SRE and On-Call Training | VictorOps
Tammy Butow, Principal SRE and Executive Team Member at Gremlin, sits down with Ship Happens podcast host, Benton, to talk all about SRE, availability, chaos engineering and how to train on-call teams to make incident response suck less.
Are you interested in a NodeJS weekly also? (separate channel - curated stuff 😉 )
Anonymous Poll
27%
Yes
73%
No
Forwarded from Hacker News
Forwarded from Hacker News
https://hackernoon.com/kubernetes-api-operator-apply-api-management-for-istio-microservices-qs5e3yrq
Hackernoon
Kubernetes API Operator: Apply API Management for Istio Microservices | HackerNoon
A service mesh’s primary objective is to handle internal service to service communication, while an API Gateway handles external client to service communication. It is required to apply API Management for the microservices that are in a service mesh. Although…