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