amazon-eks

AWS EKS with Fargate pod status pending due to PersistentVolumeClaim not found

霸气de小男生 提交于 2020-12-15 07:46:33
问题 I have deployed EKS cluster with Fargate and alb-ingress-access using the following command: eksctl create cluster --name fargate-cluster --version 1.17 --region us-east-2 --fargate --alb-ingress-access A Fargate namespace has also been created. The application being deployed has four containers namely mysql, nginx, redis and web. The YAML files have been applied to the correct namespace. The issue I am having is that after applying the YAML files when I get the pods status I the following

AWS EKS with Fargate pod status pending due to PersistentVolumeClaim not found

那年仲夏 提交于 2020-12-15 07:44:20
问题 I have deployed EKS cluster with Fargate and alb-ingress-access using the following command: eksctl create cluster --name fargate-cluster --version 1.17 --region us-east-2 --fargate --alb-ingress-access A Fargate namespace has also been created. The application being deployed has four containers namely mysql, nginx, redis and web. The YAML files have been applied to the correct namespace. The issue I am having is that after applying the YAML files when I get the pods status I the following

Populating AWS Alb Ingress Annotations from ConfigMap

梦想与她 提交于 2020-12-15 00:44:13
问题 I am creating a 'alb.ingress' resource as part of my Helm chart. apiVersion: extenstions/v1beta1 kind: Ingress metadate: annotation: alb.ingress.kubernetes.io/certification-arn: $cert_arn alb.ingress.kubernetes.io/security-group: $sg ... The values required in the 'alb.ingress' resource annotation sections, are available in my ConfigMap . env: - name: cert_arn valueFrom: configMapKeyRef: name: environmental-variables key: certification_arn - name: sg valueFrom: configMapKeyRef: name:

How to Integrate Amazon EKS and Jenkins

独自空忆成欢 提交于 2020-12-06 16:13:59
问题 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

How to Integrate Amazon EKS and Jenkins

删除回忆录丶 提交于 2020-12-06 16:11:07
问题 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

How to Integrate Amazon EKS and Jenkins

倖福魔咒の 提交于 2020-12-06 16:10:57
问题 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

How to Integrate Amazon EKS and Jenkins

旧时模样 提交于 2020-12-06 16:10:38
问题 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

How to Integrate Amazon EKS and Jenkins

前提是你 提交于 2020-12-06 16:09:50
问题 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

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

Pod limit on Node - AWS EKS

元气小坏坏 提交于 2020-11-30 12:48:58
问题 On AWS EKS I'm adding deployment with 17 replicas (requesting and limiting 64Mi memory) to a small cluster with 2 nodes type t3.small. Counting with kube-system pods, total running pods per node is 11 and 1 is left pending, i.e.: Node #1: aws-node-1 coredns-5-1as3 coredns-5-2das kube-proxy-1 +7 app pod replicas Node #2: aws-node-1 kube-proxy-1 +9 app pod replicas I understand that t3.small is a very small instance. I'm only trying to understand what is limiting me here. Memory request is not