Once you start using Kubernetes to manage your containerized applications, you will most likely embrace the command line interface kubectl. Since the start of Kubernetes, I have found kubectl to be great to work with (compared to other CLIs). It is relatively easy to get used to once you know the various Kubernetes API objects and it is very empowering.
Being able to scale an application with kubectl scale, being able to edit manifests on the fly with kubectl edit, and check the history of a deployment with kubectl rollout are all terrific commands that make using Kubernetes extremely enjoyable.
from DZone.com Feed https://ift.tt/2OXKZgi
No comments:
Post a Comment