Live data from Hacker News

Viewing profile — lucavallin

lucavallin

HN member
Joined
Thu, Oct 29, 2020, 8:15 AM UTC
HN karma
221
Public activity
113 items

About lucavallin

Details at https://lucavall.in/about.

Recent public activity

  1. comment
    Comment #48382541

    [flagged]

  2. story
  3. comment
  4. story
  5. comment
    Comment #47614211

    A comprehensive but quick walkthrough of everything you need to know about GCP networking: VPCs, subnets, routing, firewalls, Shared VPC, GKE networking, load balancing, Cloud NAT,…

  6. story
  7. comment
    Comment #47334593

    Hello! This is a practical write-up based on notes from docs, blog posts, and Liz Rice’s Container Security. I pulled together the main ideas that helped me better understand how c…

  8. story
  9. comment
    Comment #45345547

    I published a new blog post: "A Tour of eBPF in the Linux Kernel: Observability, Security and Networking". I recently read the book "Learning eBPF" by Liz Rice and condensed my not…

  10. story
  11. comment
    Comment #45332215

    A Practical tour of eBPF in the Linux Kernel: Observability, Security and Networking. eBPF lets you run small, verified programs inside the Linux kernel, enabling fast observabilit…

  12. story
  13. comment
    Comment #44508656

    I tried to write an end-to-end guide on Kubernetes networking, covering the full journey from the foundational Linux stack and CNI up to advanced topics like mTLS and service meshe…

  14. story
  15. comment
    Comment #43279527

    I recently took a deep dive into the Linux kernel to understand how it handles processes, scheduling, memory, and more. While I had some OS knowledge from school, it always felt to…

  16. story
  17. comment
    Comment #42961881

    In this post, I'll walk through OpenTelemtry core concepts and how to integrate OpenTelemetry in a Go application. By the end, you'll have a reusable telemetry package that sets up…

  18. story
  19. comment
    Comment #42387192

    After more than a decade of writing software, I've read lots of opinions on how to write good software. Everyone loves to throw around rules and principles, so I'll do it too.

  20. story
  21. comment
    Comment #41924214

    I recently made a contribution to Istio, an open-source service mesh that simplifies managing microservices. In this post, I explain how Istio handles traffic routing, security wit…

  22. story
  23. comment
    Comment #41625223

    I recently made a contribution to Istio, an open-source service mesh that simplifies managing microservices. In this post, I explain how Istio handles traffic routing, security wit…

  24. story
  25. comment
    Comment #41099654

    I've been working with Terraform for a while now, and I've noticed that there are a few things that people keep asking me about. I thought it would be helpful to write a blog post …