Skip to content

Commit

Permalink
Rename chapter number
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgeus committed Oct 10, 2024
1 parent 2cb360f commit fe09500
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chapter16/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Chapter 17
# Chapter 16

Code accompanying Chapter 17 of the book [Data Pipelines with Apache Airflow](https://www.manning.com/books/data-pipelines-with-apache-airflow).
Code accompanying Chapter 16 of the book [Data Pipelines with Apache Airflow](https://www.manning.com/books/data-pipelines-with-apache-airflow).

The chapter explains the different options of deploying Airflow in Kubernetes. For executing these deployment commands a docker compose based Kubernetes cluster is available in this chapters `docker-compose.yml` provided with this repository. To start this cluster setup the following command can be used:

```bash
docker-compose up -d
docker compose up -d
```

!! **This setup requires more resources so it is good to at least give docker 4 CPU and 8GB memory**
Expand All @@ -17,7 +17,7 @@ docker-compose up -d
To work with the kubernetes cluster a separate container is available to execute `kubectl` and `helm` commands against the cluster

```bash
docker exec -ti chapter17-k3s-cli-1 /bin/bash
docker exec -ti chapter16-k3s-cli-1 /bin/bash
```

#### K9s or local kubectl as an alternative
Expand Down

0 comments on commit fe09500

Please sign in to comment.