So you have deployed your first application to Kubernetes. Great, now what? Developing and running an application on Kubernetes requires you to reason about and implement several things such as:
- Creating a CI/CD pipeline for safe deployments - Monitoring the cluster and your applications - Quickly respond to increased traffic by scaling the cluster and applications on demand - Ensuring low latency, high availability and failover - Securing the cluster and your container images against known vulnerability issues
Come to this session to learn how you can solve these thinkgs with Azure Kubernetes Service and Azure DevOps