4359 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
20 results tagged eks x
  • Cross-account IAM permissions - Amazon EKS
    April 13, 2023 at 5:53:34 PM GMT+2 - permalink - archive.org - https://docs.aws.amazon.com/eks/latest/userguide/cross-account-access.html
    eks iam cross account oidc
  • thumbnail
    jorgebastida/awslogs: AWS CloudWatch logs for Humans™
    April 12, 2023 at 11:34:17 AM GMT+2 - permalink - archive.org - https://github.com/jorgebastida/awslogs
    tools eks log cloudwatch
  • thumbnail
    [EKS] [request]: Insufficient information when nodegroup upgrade fails · Issue #1282 · aws/containers-roadmap
    April 12, 2023 at 11:33:44 AM GMT+2 - permalink - archive.org - https://github.com/aws/containers-roadmap/issues/1282
    eks eviction logs
  • thumbnail
    Right-size your Kubernetes Applications Using Open Source Goldilocks for Cost Optimization | AWS Open Source Blog
    April 9, 2023 at 6:31:35 PM GMT+2 - permalink - archive.org - https://aws.amazon.com/fr/blogs/opensource/right-size-your-kubernetes-applications-using-open-source-goldilocks-for-cost-optimization/
    eks k8s
  • thumbnail
    awslabs/eks-node-viewer: EKS Node Viewer
    December 21, 2022 at 8:20:05 AM GMT+1 * - permalink - archive.org - https://github.com/awslabs/eks-node-viewer
    eks k8s node cli tool
  • thumbnail
    Zero to GitOps: Terraform and the AWS EKS Blueprints Project
    • https://github.com/aws-ia/terraform-aws-eks-blueprints
    • https://aws-quickstart.github.io/cdk-eks-blueprints/
    • https://aws.amazon.com/blogs/containers/bootstrapping-clusters-with-eks-blueprints/
    June 13, 2022 at 5:10:51 PM GMT+2 - permalink - archive.org - https://superorbital.io/journal/terraform-aws-eks-blueprints/
    eks blueprint bootstrap
  • Application load balancing on Amazon EKS - Amazon EKS
    March 5, 2021 at 1:53:35 PM GMT+1 - permalink - archive.org - https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html
    eks alb tag subnet
  • cloudposse/eks-node-group/aws | Terraform Registry

    vs https://registry.terraform.io/modules/cloudposse/eks-workers/aws/latest

    cluster : https://registry.terraform.io/modules/cloudposse/eks-cluster/aws/latest

    March 2, 2021 at 3:19:39 PM GMT+1 * - permalink - archive.org - https://registry.terraform.io/modules/cloudposse/eks-node-group/aws/latest
    eks aws k8s terraform
  • cloudposse/eks-cluster/aws | Terraform Registry
    March 1, 2021 at 3:58:28 PM GMT+1 - permalink - archive.org - https://registry.terraform.io/modules/cloudposse/eks-cluster/aws/latest?tab=inputs
    eks terraform module
  • Scaling containers in AWS :: Vlad Ionescu
    April 12, 2020 at 6:16:09 PM GMT+2 - permalink - archive.org - https://www.vladionescu.me/posts/scaling-containers-in-aws.html
    aws ecs eks benchmark
  • IAM Roles for Service Accounts - Amazon EKS

    This feature also eliminates the need for third-party solutions such as kiam or kube2iam.

    great

    December 15, 2019 at 4:36:18 PM GMT+1 - permalink - archive.org - https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html
    eks iam role
  • Introduction | eksctl
    September 11, 2019 at 2:59:35 PM GMT+2 - permalink - archive.org - https://eksctl.io/
    aws eks
  • thumbnail
    Amazon EKS Simplifies Kubernetes Cluster Authentication
    May 20, 2019 at 4:50:05 PM GMT+2 - permalink - archive.org - https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-eks-simplifies-kubernetes-cluster-authentication/
    eks
  • Note: core dns

    Un cluster EKS est livré avec un Deployment pour core dns avec 2 replicas

    ça suffit pour commencer, mais avec beaucoup de pods qui tournent on a commencé à avoir des erreurs DNS

    On a passé le replicas à 5 et tout va mieux, plus d'erreurs

    https://github.com/kubernetes/kubernetes/issues/68321

    April 3, 2019 at 12:14:49 PM GMT+2 * - permalink - archive.org - https://links.infomee.fr/shaare/5m2syA
    k8s dns eks
  • thumbnail
    amazon-eks-ami/eni-max-pods.txt at master · awslabs/amazon-eks-ami

    max pods by ec2 instance type

    March 28, 2019 at 3:11:23 PM GMT+1 - permalink - archive.org - https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt
    k8s eks eni pod
  • Note: EKS worker nodes endpoint for prometheus

    tcp6 0 0 :::61678 :::* LISTEN 0 81586 32466/aws-k8s-agent

    Tous les nodes exposent ça, c'est cool, ils auraient pu en parler dans la doc ;)

    curl localhost:61678/metrics

    March 7, 2019 at 12:34:55 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/shaare/WwXrCQ
    prometheus k8s eks metrics metric
  • thumbnail
    jtblin/kube2iam: kube2iam provides different AWS IAM roles for pods running on Kubernetes
    March 6, 2019 at 9:54:26 AM GMT+1 - permalink - archive.org - https://github.com/jtblin/kube2iam
    iam role policy k8s eks
  • Note: EKS max pods by EC2

    Le nombre de pods par worker node dépend du type d'EC2 utilisé qui détermine combien d'interfaces secondaires on a à notre disposition et de combien d'ips sur chaque interfaces on peut allouer.

    Exemple avec une t2.small, on a 2 interfaces secondaires et sur chacune on peut allouer 4 ips. On peut donc lancer 8 pods maximum sur une t2.small

    Il faut aussi savoir qu'un cluster EKS va faire tourner de base quelques pods :

    • un deployment pour coredns avec un replicaset=2 par défaut
    • un daemonset spécifique à aws (awsnode)
    • un daemonset pour le kubeproxy

    Ce qui équivaut à 2 pods occupés sur chaque worker node (à cause des deux daemonset) et 2 pod supplémentaire lancé sur la totalité du cluster (pour coredns).

    Il faut aussi compter un pod pour le dashboard, un pod pour le metrics-server et surement 2 pods pour l'external-dns, sans compter les ingress

    Tout ça pour dire que ce n'est pas facile d'avoir un "petit" cluster EKS : on va vite être limité par le nombre d'ip qui est assez faible sur les EC2 les plus modestes et on va vite être obligé de lancer des EC2 supplémentaire juste pour avoir des ip

    February 24, 2019 at 5:27:40 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/shaare/j-DVoQ
    eks k8s aws
  • APIServer dry-run and kubectl diff - Kubernetes

    Too bad dry run and diff only available on 1.13
    EKS is 1.11 only atm ;-(

    February 13, 2019 at 4:24:18 PM GMT+1 - permalink - archive.org - https://kubernetes.io/blog/2019/01/14/apiserver-dry-run-and-kubectl-diff/
    k8s eks
  • thumbnail
    90 days of AWS EKS in Production - kubedex.com

    Un retour d'xp sur EKS

    January 29, 2019 at 11:26:09 AM GMT+1 - permalink - archive.org - https://kubedex.com/90-days-of-aws-eks-in-production/
    k8s eks
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation