aws-eks

How to Integrate Amazon EKS and Jenkins

二次信任 提交于 2020-12-06 16:08:16
问题 I'm currently using Kubernetes Client Plugin in Jenkins but still it's confusing to configure, because it looks for Kubernetes config, and those credetials are not available even I configured them in the credentials section. Please see the screenshot below for my credentials which are configure in my Jenkins. When I do try to add those credentials from Jenkins side, which is not listed under the Kubernetes credentials. The red colored are has no kist of my credentials. How can I configure

Kubernetes: Have no access from EKS pod to RDS Postgres

亡梦爱人 提交于 2020-12-01 07:20:45
问题 I'm trying to setup kubernetes on AWS. For this I created an EKS cluster with 3 nodes (t2.small) according to official AWS tutorial. Then I want to run a pod with some app which communicates with Postgres (RDS in different VPC). But unfortunately the app doesn't connect to the database. What I have: EKS cluster with its own VPC (CIDR: 192.168.0.0/16) RDS (Postgres) with its own VPC (CIDR: 172.30.0.0/16) Peering connection initiated from the RDS VPC to the EKS VPC Route table for 3 public

Kubernetes: Have no access from EKS pod to RDS Postgres

别等时光非礼了梦想. 提交于 2020-12-01 07:20:04
问题 I'm trying to setup kubernetes on AWS. For this I created an EKS cluster with 3 nodes (t2.small) according to official AWS tutorial. Then I want to run a pod with some app which communicates with Postgres (RDS in different VPC). But unfortunately the app doesn't connect to the database. What I have: EKS cluster with its own VPC (CIDR: 192.168.0.0/16) RDS (Postgres) with its own VPC (CIDR: 172.30.0.0/16) Peering connection initiated from the RDS VPC to the EKS VPC Route table for 3 public