The Otter’s Den

Your go-to hub for Kubernetes security and tech know-how

  • Network
  • Kubernetes
  • Network Policy
  • Zero-trust
Blog
May 16 2024
Otter this world: How to chart Kubernetes egress traffic with Otterize

Discover how Otterize helps you gain visibility into your egress Kubernetes connections.

    • Core
    • Network
    Blog
    Jul 07 2022
    So you want to deploy mTLS

    Join the journey of a platform engineer securing traffic in a production environment, as they explore implementing mTLS to ensure encryption and authentication in a way that's user-friendly for the whole team.

    • Go
    Blog
    May 06 2022
    Golang contexts and blocking functions

    Learn how to prevent intermittent application stalls by using Golang contexts and non-blocking functions, ensuring potential issues are avoided in the future by signaling blocking functions in their signatures and allowing callers to take necessary precautions.