Azure Kubernetes Service (AKS) workshop website content
Перейти к файлу
Ahmed Sabbour a28d5e73b6 Updated cloudshell instructions 2019-07-15 10:42:50 -07:00
.vscode Added missing instruction for DevOps 2019-07-09 13:31:54 -07:00
_entries Updated instructions 2019-07-12 12:07:55 -07:00
_includes Updated pipeline and commit id in nav 2019-07-03 14:23:16 -07:00
_layouts Added automatic marketing campaign tracking code injection 2019-01-08 15:04:32 -08:00
_plugins Added contributors 2019-01-23 12:01:04 -08:00
_sass Moved SSL task to getting up and running 2019-06-28 11:22:00 -07:00
css xAdded solutions for getting up and running. 2018-12-20 19:20:56 -08:00
img Updated bg.jpg 2017-12-05 20:54:20 +00:00
js Added cookie consent 2019-01-07 13:55:48 -08:00
media Updated cloudshell instructions 2019-07-15 10:42:50 -07:00
scripts Fixed secret 02-02 challenge 2019-07-02 14:23:01 -07:00
yaml-solutions Fixed secret 02-02 challenge 2019-07-02 14:23:01 -07:00
.gitignore Including Makefile in the repo 2019-01-18 11:10:12 -08:00
Dockerfile Switched to packaging site as a container 2018-11-05 13:09:09 +04:00
LICENSE Initial 2017-12-05 12:19:10 +00:00
Makefile Added cluster autoscaler docs. Related: #152 2019-04-19 15:50:12 -07:00
README.md Updated README.md 2019-01-24 18:49:00 +00:00
_config.yml Added automatic marketing campaign tracking code injection 2019-01-08 15:04:32 -08:00
azure-pipelines.yml Updated pipeline and commit id in nav 2019-07-03 14:23:16 -07:00
favicon.ico CSS change + favicon 2019-04-24 16:13:15 -07:00
index.html Updates 2018-11-08 16:15:33 +04:00

README.md

aksworkshop.io

This is the repository for the AKS Workshop website.

Technology

  • The website is statically built using Jekyll and youll find the different pages inside the _entries folder.
  • If youre on a Mac/Linux machine, you can preview your edits locally if you run make build-run inside the repo root.
  • The build pipeline builds Docker images of the site and hosts it as a private repository on Docker Hub https://hub.docker.com/u/azch.
  • The release pipeline deploys the Docker image to an Azure Web App.

Branching and contribution

  • The branch aksworkshop-master gets published to aksworkshop.io.
  • The branch aksworkshop-staging gets published to staging.aksworkshop.io.
  • Publishing to aksworkshop.io happens through merges only, through merging into aksworkshop-master from the aksworkshop-staging branch.
  • Please branch off aksworkshop-staging if you want to contribute, then submit a Pull Request to aksworkshop-staging.
  • If you want your name to show up in the contributors, please add your GitHub username to _entries/05 Contributors.md in alphabetical order.