This is the hands on guide for the Azure Container hackfest.
Every markdown file includes the steps of completing the container hands on. After creating the kubernetes cluster, you can choose the next step depends on your application.
The guide includes:
- Install docker tools and command line tools before starting the hands on.
- Create kubernetes cluster on Azure by using Azure Kubernetes service.
- How to use kubectl tools to manage cluster.
- Deploy application to the kubernetes clusters.
- How to use helm tools to deploy application to cluster.
- How to use Azure Container Instance to create our container managed by Azure.
- How to deploy microservice application to the kubernetes cluster.
- How to use jenkins tools to complete the CICD process.