Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tmanik committed Aug 31, 2024
1 parent 1212c36 commit 3d99330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 06-cloud-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

In this lesson, we will deploy our weather data pipeline to Google Cloud Platform (GCP) using Google Kubernetes Engine (GKE). We'll cover the process of setting up a GKE cluster, building and pushing Docker images to Google Container Registry, and deploying our application components using Kubernetes.
In this lesson, we will deploy our weather data pipeline to Google Cloud Platform (GCP) using Google Kubernetes Engine (GKE). We'll cover the process of setting up a GKE cluster, building and pushing Docker images to Google Artifact Registry, and deploying our application components using Kubernetes.

By the end of this section, you will have:
1. Set up a GKE cluster
Expand Down Expand Up @@ -153,7 +153,7 @@ This deployment process demonstrates how to take a locally developed data pipeli
## Key Points

- GKE provides a managed Kubernetes environment, simplifying cluster setup and management
- Building and pushing Docker images to Google Container Registry enables easy deployment to GKE
- Building and pushing Docker images to Google Artifact Registry enables easy deployment to GKE
- Kubernetes secrets provide a secure way to manage sensitive information like database credentials
- Kubernetes jobs and cronjobs allow for scheduled and one-time execution of tasks
- Monitoring and debugging tools in Kubernetes help manage and troubleshoot deployments
Expand All @@ -163,5 +163,5 @@ This deployment process demonstrates how to take a locally developed data pipeli
- [Google Kubernetes Engine documentation](https://cloud.google.com/kubernetes-engine/docs)
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Docker documentation](https://docs.docker.com/)
- [Google Container Registry documentation](https://cloud.google.com/container-registry/docs)
- [Google Artifact Registry documentation](https://cloud.google.com/artifact-registry/docs)
- [Kubernetes best practices](https://kubernetes.io/docs/concepts/configuration/overview/)

0 comments on commit 3d99330

Please sign in to comment.