Show HN: Gochan – A library of channel architectures for Go, inspired by Rust
github.com5 ポイント投稿者 andres0 コメント
kubetail logs deployments/web \
--since 2025-05-01T00:00:00Z \
--until 2025-05-02T00:00:00Z \
--zone us-east-1a \
--with-ts \
--with-node \
--with-pod \
--tail=100
I'm not too familiar with stern though so please correct me if I'm wrong. In any case, soon we're going to add more features to the Kubetail CLI tool that will be unique (e.g. remote grep, system logs). helm repo add kubetail https://kubetail-org.github.io/helm-charts/
helm install kubetail kubetail/kubetail --namespace kubetail-system --create-namespace
Then you can access it using `kubectl proxy` or `kubectl port-forward`: kubectl port-forward -n kubetail-system svc/kubetail-dashboard 8080:8080
You can also configure an ingress using the values.yaml file (https://github.com/kubetail-org/helm-charts/blob/main/charts...)