tanvp112

Results 53 comments of tanvp112

> ```terraform > module.eks_blueprints.eks_cluster_id > ``` If you create an output for `module.eks_blueprints.eks_cluster_id`; do a `terraform refresh` then `terraform output`, do you see the name you expected?

> @gaui > Try this: https://github.com/wurstmeister/kafka-docker/blob/master/docker-compose-swarm.yml Combine with this: https://github.com/itsaur/zookeeper-docker-swarm makes the solution complete Compare to k8s, docker swarm requires less resources, less opinionated, definitely far less components to watch...

Yes, the NLB IP is assigned from one of the 3 subnets which has kubernetes.io/role/internal-elb tagged. Does cross-zone load balancing matters here?

For a sizeable cluster, such rapid logging can eat up A LOT of diskspace.

Take a look here https://github.com/aws-samples/distributed-load-testing-using-aws-fargate

>I create a pod and everything is working and running as 10.99.x.x >I created an EC2 instance on a peering VPC and all requests receiving there is 10.99.x.x from pods....

Try helm_release [metadata.values](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release#values)

hi @zmrow, I tested with `1.7.2-28782dce`, there's one last setting that required to pass elasticsearch boostrap check which is the [memlock](https://www.elastic.co/guide/en/elasticsearch/reference/current/_memory_lock_check.html). Is it possible to have memlock hard limit set...

> I've set the resource in paused mode, modified the generated secret manually to remove the 2 keys and it worked! @simonpasquier Can you help to explain how to set...

According to the [documentation](https://eksctl.io/usage/vpc-cluster-access/): > 2. EKS does allow creating a configuration that allows only private access to be enabled, **but eksctl doesn't support it during cluster creation** as it...