
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
Kubernetes command line tool to provide live data about the cluster and it's resources
kubectl tool reinvented to be more reactive and interactive
I felt that the output from kubectl get pod -w is very cluttered and it is a pain in my ass to understand which pod is running, which pod is exactly terminating so I built kubelive which updates the status of the pods in realtime without cluttering the terminal
npm install -g kubelive
kubelive get pods
kubelive get services
kubelive get replicationcontrollers
kubelive get nodes
kubelive get <resource> --context <name>
kubelive
kubelive help
kubelive --version
Kubelive also supports short names for resources similar to kubectl, the below command will list services
kubectl get svc
You can use the :arrow_left: and :arrow_right: keys to switch between available namespaces
You can use the :arrow_up: and :arrow_down: keys to select a pod
You can press the D key to delete the selected pod
You can press the C key to copy the name of the selected pod
You can press the Q key to quit the app
Show your support by :star: the repo
MIT © Ameer Jhan
FAQs
Kubernetes command line tool to provide live data about the cluster and it's resources
We found that kubelive demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.