Azure Kubernetes Service (AKS) workshop website content
Перейти к файлу
Ahmed Sabbour 297b4be404
Merge pull request #67 from microsoft/staging
Setting up 301 redirect
2020-04-07 12:58:09 -07:00
.vscode Added missing instruction for DevOps 2019-07-09 13:31:54 -07:00
_entries Merge branch 'master' into staging 2020-04-07 12:57:55 -07:00
_includes Added GitHub buttons script 2019-08-09 12:43:04 -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 Updated css for github actions 2019-08-09 12:48:25 -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 Changes to section 3 and 4 2020-01-31 21:24:28 +00:00
scripts changing helm init to add node selector 2019-10-02 10:38:55 +01:00
yaml-solutions Changes to section 3 and 4 2020-01-31 21:24:28 +00:00
.gitignore Including Makefile in the repo 2019-01-18 11:10:12 -08:00
301-redirect.conf 301 redirect to Microsoft Learn 2020-04-07 10:51:39 -07:00
CODE_OF_CONDUCT.md Added missing files from import 2019-08-09 11:21:42 -07:00
Dockerfile 301 redirect to Microsoft Learn 2020-04-07 10:51:39 -07:00
LICENSE Added missing files from import 2019-08-09 11:21:42 -07:00
LICENSE-CODE Added missing files from import 2019-08-09 11:21:42 -07:00
Makefile Update Makefile 2019-08-09 11:27:11 -07:00
README.md Merge branch 'master' into staging 2020-04-07 12:57:55 -07:00
_config.yml Added automatic marketing campaign tracking code injection 2019-01-08 15:04:32 -08:00
azure-pipelines.yml Update azure-pipelines.yml 2020-02-27 16:02:07 -08: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

PLEASE NOTE: CONTENT MIGRATED

Please note that AKS workshop is now hosted on Microsoft Learn. You may continue to fork this repository, but future updates will be done on the Microsoft Learn platform. To access the new location, please use the following link: https://aka.ms/learn/aksworkshop

Technology

  • The website is statically built using Jekyll and you'll find the different pages inside the _entries folder
  • You can preview your edits locally if you run make build-run inside the repository root
  • The build pipeline builds Docker images of the site and hosts it on a private repository on Azure Container Registry (msworkshops.azurecr.io)
  • The master branch gets deployed to the production slot aksworkshop.io
  • The staging branch gets deployed to the staging slot staging.aksworkshop.io
  • The devsecops branch gets deployed to the devsecops slot devsecops.aksworkshop.io
  • The kubesec branch gets deployed to the kubesec slot kubesec.aksworkshop.io

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

Since the workshop is running live, please fork and branch off staging, then submit a Pull Request against staging. After your PR is approved and staging is tested it will be merged to master on the next weekend. If it's urgent, then follow with a PR against master. In both cases it's desirable that every PR has an issue linking to it.

If you want your name to show up in the contributors, please add your GitHub username to _entries/99 Contributors.md in alphabetical order.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.