Learn Helm
上QQ阅读APP看书,第一时间看更新

Questions

  1. What is the difference between a monolithic and a microservices application?
  2. What is Kubernetes? What problems was it designed to solve?
  3. What are some of the kubectl commands commonly used when deploying applications to Kubernetes?
  4. What challenges are often involved in deploying applications to Kubernetes?
  5. How does Helm function as a package manager for Kubernetes? How does it address the challenges posed by Kubernetes?
  6. Imagine you want to roll back an application deployed on Kubernetes. What Helm command allows you to perform this action? How does Helm keep track of your changes to make this rollback possible?
  7. What are the four primary Helm commands that allow Helm to function as a package manager?