-
Notifications
You must be signed in to change notification settings - Fork 36
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
Conversation
type = "list" | ||
default = [] | ||
|
||
description = <<EOF |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
aws/kube-etcd/role.tf
Outdated
"Action" : [ | ||
"s3:GetObject" | ||
], | ||
"Resource": "arn:aws:s3:::*", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
aws/kube-master/lb.tf
Outdated
|
||
ingress { | ||
protocol = "tcp" | ||
cidr_blocks = ["0.0.0.0/0"] |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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" { |
There was a problem hiding this comment.
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?
506d9f9
to
05b772b
Compare
…ort load balancers in worker module
05b772b
to
c5a4061
Compare
383b13a
to
50d8677
Compare
No description provided.