Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 2.04 KB

README.md

File metadata and controls

35 lines (28 loc) · 2.04 KB

Introduction to Cloud Computing

The repository accompanies Cloud Computing course and provides:

  • instructions how to demo particular aspects of the Cloud;
  • terraform templates to provision resources these demos when needed;
  • homework descriptions.

At the moment, all the demo materials are focused on Azure Cloud as an example.

Repository Structure

  • .devcontainer: a ready-to-go profile and dockerfile with required dependencies to run all the samples in VSCode remote containers;
  • demo_steps_docs: markdown formatted documents with step-by-step guides to perform demos;
  • files: used images and diagrams;
  • homeworks: homework description and grading;
  • src: terraform configuration and source-code to provision required infrastructure.

Demos

  1. What is Cloud. Azure cloud: web interface.
  2. What is Cloud. How to use this repository; terraform.
  3. Core Services. Create Azure Kubernetes Service.
  4. Core Services. Show Azure Storage Services.
  5. Core Services. Show Azure Networking Services.
  6. Core Services. Show Function as a Service.
  7. Security. Certificates.
  8. Security. Secrets management.
  9. Security. Configuration management.
  10. Security. Disaster recovery.
  11. Security. Policies.
  12. Security. Identity Access Management.
  13. Pricing. Pricing.
  14. Monitoring. Observability.
  15. Monitoring. Audit.