Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:00:35
    Introduction
  2. Урок 2. 00:05:24
    Monorepo vs Multirepo
  3. Урок 3. 00:02:10
    Installing Git
  4. Урок 4. 00:08:18
    Using Git to add files to source control
  5. Урок 5. 00:04:06
    Creating a GitHub organization
  6. Урок 6. 00:06:34
    Uploading files to a GitHub repository
  7. Урок 7. 00:00:36
    Introduction
  8. Урок 8. 00:09:13
    Preparing NuGet packages for GitHub
  9. Урок 9. 00:02:55
    Generating a GitHub Personal Access Token
  10. Урок 10. 00:10:17
    Publishing to GitHub Packages
  11. Урок 11. 00:03:15
    Consuming a NuGet package from GitHub
  12. Урок 12. 00:00:27
    Introduction
  13. Урок 13. 00:05:44
    Running your microservice anywhere via Docker
  14. Урок 14. 00:12:23
    Preparing the Identity microservice for Docker
  15. Урок 15. 00:22:34
    Adding a Dockerfile
  16. Урок 16. 00:06:16
    Consuming NuGet packages within a Dockerfile
  17. Урок 17. 00:07:48
    Building a Docker image
  18. Урок 18. 00:16:21
    Running a Docker container
  19. Урок 19. 00:00:30
    Introduction
  20. Урок 20. 00:04:32
    Creating an Azure account
  21. Урок 21. 00:02:26
    Installing the Azure CLI
  22. Урок 22. 00:06:28
    Creating an Azure resource group
  23. Урок 23. 00:00:28
    Introduction
  24. Урок 24. 00:05:13
    Creating a Cosmos DB account
  25. Урок 25. 00:06:04
    Adding Cosmos DB support to the Common library
  26. Урок 26. 00:00:30
    Using Cosmos DB in a microservice
  27. Урок 27. 00:12:21
    Introduction
  28. Урок 28. 00:04:12
    Creating a Service Bus namespace
  29. Урок 29. 00:16:27
    Adding Service Bus support to the Common library
  30. Урок 30. 00:13:01
    Using Service Bus in a microservice
  31. Урок 31. 00:00:28
    Introduction
  32. Урок 32. 00:04:56
    Creating an Azure Container Registry
  33. Урок 33. 00:10:40
    Publishing Docker images to Azure Container Registry
  34. Урок 34. 00:00:40
    Introduction
  35. Урок 35. 00:06:09
    Introduction to Kubernetes
  36. Урок 36. 00:14:09
    Creating a Kubernetes cluster
  37. Урок 37. 00:10:14
    Defining a Kubernetes deployment
  38. Урок 38. 00:10:08
    Using Kubernetes secrets
  39. Урок 39. 00:06:51
    Creating a Kubernetes pod
  40. Урок 40. 00:09:11
    Creating a Kubernetes service
  41. Урок 41. 00:00:31
    Introduction
  42. Урок 42. 00:03:27
    Adding a basic health check
  43. Урок 43. 00:04:42
    Creating a custom database health check
  44. Урок 44. 00:13:36
    Configuring a custom database health check
  45. Урок 45. 00:10:09
    Adding Kubernetes health probes
  46. Урок 46. 00:14:42
    Generalizing the health check configuration
  47. Урок 47. 00:00:37
    Introduction
  48. Урок 48. 00:06:40
    Creating an Azure Key Vault
  49. Урок 49. 00:07:13
    Reading secrets from Azure Key Vault
  50. Урок 50. 00:20:13
    Configuring Azure AD workload identity on AKS
  51. Урок 51. 00:06:43
    Reading Azure Key Vault secrets from your pods
  52. Урок 52. 00:13:51
    Generalizing the Azure Key Vault configuration
  53. Урок 53. 00:00:47
    Introduction
  54. Урок 54. 00:07:16
    Introduction to the API Gateway
  55. Урок 55. 00:03:38
    Installing Helm
  56. Урок 56. 00:14:24
    Installing the Emissary-ingress API Gateway
  57. Урок 57. 00:12:01
    Configuring Routing to a Microservice
  58. Урок 58. 00:14:35
    Running the Identity microservice behind the API gateway
  59. Урок 59. 00:07:02
    Using Postman environments
  60. Урок 60. 00:00:44
    Introduction
  61. Урок 61. 00:07:01
    Installing cert-manager
  62. Урок 62. 00:22:10
    Generating a TLS certificate
  63. Урок 63. 00:06:55
    Enabling HTTPS and TLS termination in Emissary-ingress
  64. Урок 64. 00:09:56
    Forwarding headers to the Identity microservice
  65. Урок 65. 00:13:49
    Creating a signing certificate
  66. Урок 66. 00:15:28
    Using the signing certificate in the Identity microservice
  67. Урок 67. 00:00:32
    Introduction
  68. Урок 68. 00:17:51
    Deploying the Catalog microservice to AKS
  69. Урок 69. 00:18:36
    Trying out the Frontend in Production