hubble icon indicating copy to clipboard operation
hubble copied to clipboard

Hubble - Network, Service & Security Observability for Kubernetes using eBPF

Results 64 hubble issues
Sort by recently updated
recently updated
newest added

right now `--until` flag seems to get ignored if `--since` is not specified. i was expecting `--since` to get set to zero if only `--until` flag is specified šŸ¤” slack...

šŸ‘ good-first-issue
āŒØļø area/cli

HTTP flows [contain headers](https://github.com/cilium/cilium/blob/862e191b3574e4a7c5d2046d28d980c163b50a6f/api/v1/flow/flow.proto#L456-L469) but Hubble doesn't support filtering flows based on HTTP headers. Using the CLI, we can already filter based on HTTP status code, methods and paths but...

šŸ‘ good-first-issue
🌟 kind/feature

As we start to introduce additional types of events in Hubble besides flows, we need to distinguish between the different types of events which are being observed. While we want...

kind/enhancement
āŒØļø area/cli

Currently, it is not possible to give `--namespace` along with `--pod` to hubble. ``` % hubble observe --from-namespace cilium --from-pod hubble-relay invalid argument "hubble-relay" for "--pod" flag: filters --from-namespace and...

kind/enhancement
šŸ“¬ kind/question
āŒØļø area/cli

To aid in debugging (but also learnability regarding the Hubble API), it would be nice to have a flag/mode for the CLI to track the API calls emitted by the...

kind/enhancement
šŸ™ help-wanted
āŒØļø area/cli

Running the command: ```hubble observe --service namespace/service_name``` does not show any traffic pertaining to the service. bottom-left: hubble observe not working when using `--service` but works fine w/ `--pod` top-right:...

šŸ› kind/bug
šŸ“¬ kind/question

## Summary Simple way of enabling FQDN visibility via a Cilium flag instead of requiring complicated annotations. DNS is standardized in Kubernetes so it is simple to automatically detect all...

I’m going through the kind install hubble-relay section which has users download the `darwin-amd64` image for the hubble binary on the [hubble/releases/download](https://github.com/cilium/hubble/releases) page. I’m thinking we should supply this binary...

šŸ‘ good-first-issue
šŸ™ help-wanted
🌟 kind/feature

Hello, after applying http-visibility ``` apiVersion: cilium.io/v2 kind: CiliumNetworkPolicy metadata: name: http-visibility spec: endpointSelector: matchLabels: {} ingress: - fromEntities: - all toPorts: - ports: - port: "80" protocol: TCP rules:...

šŸ› kind/bug
šŸ“Š kind/community-report
⁉ needs/triage

Example usage (requires L7 visibility): ``` $ hubble observe --dns-query cilium.io TIMESTAMP SOURCE DESTINATION TYPE VERDICT SUMMARY Nov 18 15:55:04.400 default/alpine:33602 kube-system/coredns-f9fd979d6-cwfsw:53 dns-request FORWARDED DNS Query cilium.io. A Nov 18...

:basecamp: needs-rebase
āŒØļø area/cli
🌟 kind/feature
release-note/minor