Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Elastikube - a EKS-like Kubernetes service built with pure terraform #8

Merged
merged 11 commits into from
Jul 26, 2018

Conversation

alanchchen
Copy link

No description provided.

type = "list"
default = []

description = <<EOF
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This field only can be filled in private subnet id, right?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the security concern, yes.

"Action" : [
"s3:GetObject"
],
"Resource": "arn:aws:s3:::*",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Limit the get permission for only the specific s3 bucket?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok


ingress {
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about only the master vpc cidr can access the lb?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@@ -0,0 +1,50 @@
resource "aws_security_group" "workers" {
Copy link
Contributor

@smalltown smalltown Jul 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why worker sg put in the mater folder?

@alanchchen alanchchen force-pushed the feature/elastikube branch from 506d9f9 to 05b772b Compare July 25, 2018 06:04
@alanchchen alanchchen force-pushed the feature/elastikube branch from 05b772b to c5a4061 Compare July 25, 2018 06:43
@alanchchen alanchchen force-pushed the feature/elastikube branch from 383b13a to 50d8677 Compare July 25, 2018 09:52
@smalltown smalltown merged commit 59e8a1b into getamis:master Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants