-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 3406f1d to development with MkDocs 1.5.3 and mike 2.0.0
- Loading branch information
1 parent
c9d4784
commit d4b8f14
Showing
5 changed files
with
63 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* The vpc needs to have a `nat gateway configured <https://repost.aws/questions/QU8XmyDQZOQkq9SSHoIM3tJg/setting-up-an-eks-node-group-on-a-private-subnet>`_ to allow the nodegroups to be able to find the eks cluster | ||
* You can choose between creating a single nat gatway or one nat gateway per az. |
35 changes: 35 additions & 0 deletions
35
development/examples/kubernetes/prefect/aws-prefect-advanced.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: aws-prefect-k8s | ||
provider: | ||
name: aws | ||
account_id: "793009824629" | ||
region: "eu-central-1" | ||
deployment: | ||
type: kubernetes | ||
config: | ||
vpc: | ||
create_database_subnets: true | ||
enable_nat_gateway: true | ||
one_nat_gateway_per_az: false | ||
kubernetes: | ||
k8s_version: "1.29" | ||
cluster_endpoint_public_access: true | ||
spot_instance: false | ||
tags: | ||
orchestrator: "prefect" | ||
node_groups: | ||
- name: prefect-node-group | ||
instance_types: | ||
- t3.medium | ||
desired_size: 1 | ||
min_size: 1 | ||
max_size: 3 | ||
disk_size: 20 | ||
stack: | ||
- orchestrator: | ||
name: prefect | ||
params: | ||
remote_tracking: true | ||
tags: | ||
database_type: "postgres" | ||
orchestrator: "prefect" | ||
remote_tracking: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: aws-prefect-k8s | ||
provider: | ||
name: aws | ||
account_id: "793009824629" | ||
region: "eu-central-1" | ||
deployment: | ||
type: kubernetes | ||
stack: | ||
- orchestrator: | ||
name: prefect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.