You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-terraform/README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@ The idea of this chapter is to get familiar with terraform since you will use it
7
7
I recommend you the solve the following problem, because there are a lot of networking concepts involved on it and that might be helpful in the next chapter.
8
8
9
9
```
10
-
Create and deploy a lambda function that is not accessible outside of a private network but which has access to https://checkip.amazonaws.com/. Use terraform to manage the resources.
This chapter doesn't depend on any other but the result of it will be used to others, so you must have to keep all the resources running before moving to Chapter 3.
6
-
7
-
### Exercise
4
+
### Problem
8
5
9
6
Create a kubernetes cluster on AWS EKS. The cluster should contains a flux v2 system running and watching this own repository but on the path `./3-continuous-deployment/flux`.
7
+
Alternatively you can use minikube or kind to set up a cluster locally but I recommend you to do that in AWS to enable terraform run via pipelines (eg.: Terraform Cloud).
First of all, fork this repository and do `git checkout problem` to access the version without the answers.
21
+
22
+
You can use the repository in two different ways; Do every exercise from the scratch since they are defined inside their REAMDE's chapter.
23
+
Another option would be simply reading the problem and looking at the current solution, in case of suggestion please open an issue or send a pull request.
0 commit comments