Kubeshark: The API Traffic Viewer for Kubernetes
1–10 of 20 posts
Re: Kubeshark: The API Traffic Viewer for Kubernetes
#2Kubeshark can even capture and display the encrypted (TLS) traffic using various Linux kernel technologies. It supports a wide variety of application layer protocols and RPCs like gRPC, GraphQL, etc.
Kubeshark is open-source and free to use. It has a large userbase.
We recently renamed the project from "Mizu" to "Kubeshark". Please give Kubeshark a shout-out. It's a carefully crafted tool by a handful of Kubernetes enthusiasts for Kubernetes enthusiasts!
Re: Kubeshark: The API Traffic Viewer for Kubernetes
#3Re: Kubeshark: The API Traffic Viewer for Kubernetes
#4Kubeshark (formerly Mizu) is an observability and monitoring tool that captures all the network traffic inside a Kubernetes cluster, including ingress, egress and across containers and pods. Kubeshark can even capture and display the encrypted (TLS) traffic using various Linux kernel technologies. It supports a wide variety of application layer protocols and RPCs like gRPC, GraphQL, etc. Kubeshark is open-source and…
Re: Kubeshark: The API Traffic Viewer for Kubernetes
#5Kubeshark (formerly Mizu) is an observability and monitoring tool that captures all the network traffic inside a Kubernetes cluster, including ingress, egress and across containers and pods. Kubeshark can even capture and display the encrypted (TLS) traffic using various Linux kernel technologies. It supports a wide variety of application layer protocols and RPCs like gRPC, GraphQL, etc. Kubeshark is open-source and…
Re: Kubeshark: The API Traffic Viewer for Kubernetes
#6Re: Kubeshark: The API Traffic Viewer for Kubernetes
#7Re: Kubeshark: The API Traffic Viewer for Kubernetes
#8Re: Kubeshark: The API Traffic Viewer for Kubernetes
#9Re: Kubeshark: The API Traffic Viewer for Kubernetes
#10One benefit of terminating SSL at the load balancer is that you can read the http traffic sent to your pods. But for those that have SSL terminating at their pods, it would be cool if this tool could be given the SSL certificates of the pods so it can decipher https traffic.