This week's articles
Exploring Firecracker MicroVMs for Multi-Tenant Dagger CI/CD Pipelines
Experimenting with the feasibility of running Dagger CI/CD pipelines isolated from each other using Firecracker microVMs to provide a strong security model in a multi-tenant scenario. When a customer runs a pipeline, their containers are executed in an isolated environment.
#ci/cd
#defend
Warden: Real Time Anomaly Detection at Pinterest
Pinterest Engineering has developed a real-time anomaly detection system called Warden, which uses machine learning to identify unusual activity and potential security threats on their platform.
#defend
#monitor
How to choose the right API Gateway auth method
API Gateway supports quite a few authentication and authorization methods, plus, you can always authenticate users inside your endpoint. So, the big question is, how do you choose the right one for your API?
#aws
#build
#iam
Understanding networking in Kubernetes
An in-depth analysis of Kubernetes networking, including container-to-container, pod-to-pod, pod-to-service, ingress, and egress communication.
#explain
#kubernetes
|