#kubectl 搜索结果
Kubernetes policy management is often complex, filled with YAML sprawl & tricky Rego rules🤯 In his keynote session at #DMCon, Lakshmanan will show how AI-powered tools like #kubectl-ai & @kyverno make security policies easier! Book your seat here👇 app.makemypass.com/event/dmcon2025
🖥️ hcavarsan/kftray 🦀 ⚡ #kubectl port forward manager, with support for UDP and proxy connections through #Kubernetes clusters github.com/hcavarsan/kftr… #DevOps
Tried of cleaning up old Kubernetes clusters from your kubeconfig? Add kubetrim to your bashrc/zshrc or add a daily cron expression. Go source code, Q&A, and binaries on GitHub #kubectl #kubernetes #k8s #kubeconfig #k3s github.com/alexellis/kube…
@kubernetesio v1.28.0-alpha.1 has a surprise new addition. See what you can do with `kubectl` in a container and let us know! docker run registry.k8s.io/kubectl:v1.28.… (Remember you will need to mount your KUBECONFIG and possibly set the env variable too) #kubectl
How to Restart #Kubernetes Pods With #Kubectl There is no kubectl restart [podname] command for use with K8s (with #Docker you can use docker restart [container_id] ), but there are several ways to achieve a pod ‘restart’ with kubectl spacelift.io/blog/restart-k…
spacelift.io
How to Restart Kubernetes Pods With Kubectl
There is no kubectl restart [podname] command for use with Kubernetes. Learn different ways to achieve a pod ‘restart’ with kubectl.
We’ve just released the first version of the #kubectl #krew plugin for #kaito. Check out the release and try it out: github.com/kaito-project/… Feedback and contributions are welcome as we continue to evolve the plugin. #kubernetes #oss
github.com
GitHub - kaito-project/kaito-kubectl-plugin: A kubectl plugin for deploying and managing AI/ML...
A kubectl plugin for deploying and managing AI/ML models using Kaito. - kaito-project/kaito-kubectl-plugin
#kubectl plugin for #openai that generates #kubernetes manifests ✨ github.com/sozercan/kubec…
Handling a bunch of #kubectl one-liners for security and ops was getting messy, so I created kubectl-secops to clean things up. Now everything's more organized and easier to manage. If you're into smoother workflows, check it out! github.com/miladbr/kubect… #Kubernetes #DevOps
#Kubernetes – #Kubectl Commands kubectl helps to run commands against #K8s clusters to deploy apps, inspect and manage cluster resources, and view logs. Some of the most popular kubectl commands & flags are listed below. geeksforgeeks.org/kubernetes-kub…
This is a small cheat sheet with self-contained kubectl snippets I use very frequently. It is not an exhaustive list of kubectl commands but contains useful common operations and use cases, which ease my daily job. #kubernetes #k8s #kubectl #cheatsheet #eks #aks #labs64
#Kubectl Logs Tail: A Guide to Tailing #Kubernetes Logs Explore the intricacies of #K8s logging, its significance, and the common commands one may encounter in their monitoring activities. Delve into the various logging sources within a K8s environment middleware.io/blog/kubectl-l…
Mastering #Kubernetes node management with the `#kubectl cordon` command This command allows you to mark a node as “unschedulable,” which means that the existing pods will continue to run, but no new ones will be created on that node. suse.com/c/observabilit… #DevOps
The `kubectl top po --containers -A --sort-by=memory` command can be used to list and sort all containers across all namespaces by descending order of memory usage. #Kubernetes #kubectl #tips
The guide to #kubectl I never had. kubectl is the CLI tool used to communicate to the #Kubernetes API it can seem simple at first but can quickly get complicated. glasskube.dev/products/packa… #DevOps
The kubectl explain command can be used to describe the fields associated with a k8s object Sample usage: `kubectl explain pod.spec.nodeName` #kubernetes #kubectl #Tips
If you are new to #kubernetes and looking for learning resources check out this video youtu.be/M1Ra4jCMmL0 Learn about basics of k8s Architecture, single node k8s cluster, #kubectl, #Octant and #Lens visualisers #k8s #CloudNativeNinja #CloudComputing
¿Te cuesta dominar #kubectl? 😥 #kubectlAI permite interactuar con #Kubernetes usando lenguaje natural, simplificando diagnósticos, despliegues y debugging. Toda la info aquí 👇
𝗸𝘂𝗯𝗲𝗰𝘁𝗹, Evolved: Extending the CLI Beyond Limits 𝗣𝗹𝘂𝗴𝗶𝗻𝘀 extend kubectl with new features, from login helpers to debugging tools. Learn how to install and manage them safely with Krew: cloudskillshu.substack.com/p/extending-ku… #Kubernetes #DevOps #Kubectl #K8s
I still remember how confusing Kubernetes commands felt when I first started 😅 So in this video, I’ve simplified the most important kubectl commands for beginners. youtu.be/oWBXz87VNSk #Kubernetes #kubectl #DevOps #CloudNative #Learning
youtube.com
YouTube
Kubernetes Commands Explained | Kubernetes for Beginners | Tutorial #4
☸️ Kubernetes Command of the Day 💡 Command: kubectl get node ⚙️ Lists one or more nodes in the Kubernetes cluster 🌐 #Kubernetes #Kubectl #DevOps #CloudNative #KubernetesTips #Devopstronaut 🚀
☸️ Kubernetes Command of the Day 💡 Command: kubectl delete node <node_name> ⚙️ Deletes a specific node from the Kubernetes cluster 🗑️ #Kubernetes #Kubectl #DevOps #CloudNative #KubernetesTips #Devopstronaut
Kubernetes policy management is often complex, filled with YAML sprawl & tricky Rego rules🤯 In his keynote session at #DMCon, Lakshmanan will show how AI-powered tools like #kubectl-ai & @kyverno make security policies easier! Book your seat here👇 app.makemypass.com/event/dmcon2025
🚀 Kubernetes Command of the Day: Master the essentials, one command at a time. 💡 Today’s focus: kubectl run — start your first pod in seconds #Kubernetes #K8s #Kubectl #DevOps #CloudNative #KubernetesTips #LearnKubernetes #CloudComputing #Devopstronaut #KubernetesDaily
When you use #kubectl to manage the cluster, at the backend you're actually communicating with the #API server through HTTP #RESTAPIs. But, the internal cluster components like the scheduler, controller, etc talk to the API server using #gRPC. #Kubernetes #DevOps
💡 Kubernetes Command of the Day Command: kubectl get pods -o wide Lists all pods with detailed information including IP and node. #Kubernetes #K8s #Kubectl #DevOps #CloudNative #KubernetesTips #LearnKubernetes #CloudComputing #Devopstronaut #KubernetesDaily
With the help of this #Kubectl command you can set up load-based horizontal pod autoscaling on your #Kubernetes resources. #DevOps #codeWithNaveen
I find it fascinating how #chatgpt4 hallucinates when it comes to interpreting documentation 🤔#kubectl
With this Kubectl command you can create a starter YAML manifest for deployment and even it works for other resources as well. #Kubernetes #Kubectl #YAML #DevOps #codeWithNaveen
📢#Kubernetes tips : Fellow #DevOps enthusiasts! Today, I get to know about a handy feature of #kubectl. 🔍 The --ignore-not-found flag! 🙌 🤔 So, how does it work? Let me break it down for you in the thread ⬇️
The #Kubernetes API is more than just an interface for our interaction with the cluster. It is the glue holding all the pieces together. #kubectl, the schedulers, #kubelet, and the controllers create and maintain resources with the help of kube-apiserver.
Tried of cleaning up old Kubernetes clusters from your kubeconfig? Add kubetrim to your bashrc/zshrc or add a daily cron expression. Go source code, Q&A, and binaries on GitHub #kubectl #kubernetes #k8s #kubeconfig #k3s github.com/alexellis/kube…
Something went wrong.
Something went wrong.
United States Trends
- 1. #FaithFreedomNigeria 1,087 posts
- 2. Good Wednesday 29.3K posts
- 3. Peggy 23.9K posts
- 4. #wednesdaymotivation 6,327 posts
- 5. #LosVolvieronAEngañar 1,219 posts
- 6. Mega Zeraora 1,745 posts
- 7. Hump Day 13K posts
- 8. #Wednesdayvibe 2,038 posts
- 9. Dearborn 300K posts
- 10. Jessica Tisch N/A
- 11. Happy Hump 8,398 posts
- 12. #hazbinhotelseason2 87.4K posts
- 13. Cory Mills 15.1K posts
- 14. Gettysburg Address N/A
- 15. For God 219K posts
- 16. $TGT 4,341 posts
- 17. LINGORM PRESENTER LAURIER 545K posts
- 18. Abel 17.3K posts
- 19. $NVDA 39.6K posts
- 20. Grayson 7,789 posts