4360 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 6 / 6
Newer►
119 results tagged k8s x
  • Define a Command and Arguments for a Container - Kubernetes

    dans un Dockerfile : ENTRYPOINT + CMD
    chez k8s : command + args

    March 5, 2019 at 5:14:24 PM GMT+1 - permalink - archive.org - https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#define-a-command-and-arguments-when-you-create-a-pod
    k8s docker cmd command entrypoint
  • thumbnail
    Kubernetes NodePort vs LoadBalancer vs Ingress? When should I use what?
    March 3, 2019 at 2:39:44 PM GMT+1 - permalink - archive.org - https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0
    k8s service services
  • thumbnail
    A Deep Dive into Kubernetes Metrics – FreshTracks.io
    March 3, 2019 at 9:46:13 AM GMT+1 - permalink - archive.org - https://blog.freshtracks.io/a-deep-dive-into-kubernetes-metrics-b190cc97f0f6
    k8s metrics
  • 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
  • Services - Kubernetes

    How to configure LoadBalancer (ELB) populated by k8s in aws (eks)

    February 9, 2019 at 12:12:15 PM GMT+1 - permalink - archive.org - https://kubernetes.io/docs/concepts/services-networking/service/#elb-access-logs-on-aws
    k8s elb log
  • Secrets - Kubernetes

    How to use secret via env var

    February 9, 2019 at 11:09:54 AM GMT+1 - permalink - archive.org - https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-environment-variables
    k8s secret env
  • k9s/README.md at master · derailed/k9s · GitHub

    via arnaudb

    February 4, 2019 at 10:29:42 PM GMT+1 - permalink - archive.org - https://github.com/derailed/k9s/blob/master/README.md
    k8s tool
  • 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
  • thumbnail
    Kubernetes API Reference Docs
    January 27, 2019 at 11:11:48 AM GMT+1 - permalink - archive.org - https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#-strong-api-overview-strong-
    k8s object doc
  • Kubectl Reference Docs
    January 27, 2019 at 11:07:04 AM GMT+1 - permalink - archive.org - https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-strong-getting-started-strong-
    k8s kubectl doc
  • thumbnail
    GitHub - ahmetb/kubectx: Switch faster between clusters and namespaces in kubectl

    via Doo

    January 17, 2019 at 2:54:28 PM GMT+1 * - permalink - archive.org - https://github.com/ahmetb/kubectx
    k8s tools env ctx
  • Helm - The Kubernetes Package Manager
    January 11, 2019 at 1:57:26 PM GMT+1 - permalink - archive.org - https://helm.sh/
    docker package bundle k8s
  • thumbnail
    Kubernetes Object Management - Kubernetes
    January 11, 2019 at 9:49:13 AM GMT+1 - permalink - archive.org - https://kubernetes.io/docs/concepts/overview/object-management-kubectl/overview/
    k8s configuration
  • thumbnail
    kubernetes/kops: Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management

    via VG

    November 6, 2018 at 5:22:57 PM GMT+1 - permalink - archive.org - https://github.com/kubernetes/kops
    k8s
  • thumbnail
    Play with Kubernetes
    October 25, 2018 at 8:53:19 AM GMT+2 - permalink - archive.org - https://labs.play-with-k8s.com/
    k8s
  • sysadvent: Day 9 - Using Kubernetes for multi-provider, multi-region batch jobs
    December 9, 2017 at 6:18:13 PM GMT+1 - permalink - archive.org - http://sysadvent.blogspot.fr/2017/12/day-9-using-kubernetes-for-multi.html
    docker k8s aws
  • thumbnail
    Installing Kubernetes on AWS with kops | Kubernetes
    • https://www.youtube.com/watch?v=52G2T1V_UJ4
    November 23, 2017 at 11:37:54 AM GMT+1 * - permalink - archive.org - https://kubernetes.io/docs/getting-started-guides/kops/
    aws k8s
  • The Children's Illustrated Guide to Kubernetes
    June 19, 2016 at 7:52:41 PM GMT+2 - permalink - archive.org - https://deis.com/blog/2016/kubernetes-illustrated-guide/
    docker k8s cronweekly
Links per page: 20 50 100
page 6 / 6
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation