4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 5 / 6
Newer►
119 results tagged k8s x
  • thumbnail
    Kubernetes HPA Autoscaling with Custom and External Metrics
    22 mars 2019 à 18:13:11 UTC+1 - permalink - archive.org - https://medium.com/uptime-99/kubernetes-hpa-autoscaling-with-custom-and-external-metrics-da7f41ff7846
    hpa k8s
  • johanhaleby/kubetail: Bash script to tail Kubernetes logs from multiple pods at the same time
    20 mars 2019 à 14:03:39 UTC+1 - permalink - archive.org - https://github.com/johanhaleby/kubetail
    k8s logs
  • tektoncd/pipeline: A K8s-native Pipeline resource.
    17 mars 2019 à 17:16:29 UTC+1 - permalink - archive.org - https://github.com/tektoncd/pipeline
    cicd k8s
  • thumbnail
    philpep/imago: Ensure kubernetes pods run on latest images builds from the docker registry

    Peut être utile dans certains cas, je me le garde de côté

    15 mars 2019 à 10:35:45 UTC+1 - permalink - archive.org - https://github.com/philpep/imago
    k8s latest
  • Learn Kubernetes using Interactive Browser-Based Labs | Katacoda
    14 mars 2019 à 17:34:27 UTC+1 - permalink - archive.org - https://www.katacoda.com/courses/kubernetes
    k8s tutorial
  • kelseyhightower/kubernetes-the-hard-way: Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
    14 mars 2019 à 17:33:30 UTC+1 - permalink - archive.org - https://github.com/kelseyhightower/kubernetes-the-hard-way
    hard k8s tutorial
  • thumbnail
    Using Helm without Tiller - Giant Swarm

    Pour obtenir les yaml sans installer un helm chart :

    helm template \
    --values ./values/prometheus.yaml \
    --output-dir ./manifests \
    ./charts/prometheus

    11 mars 2019 à 15:25:18 UTC+1 - permalink - archive.org - https://blog.giantswarm.io/what-you-yaml-is-what-you-get/
    helm k8s
  • awesome-kubernetes/README.md at master · ramitsurana/awesome-kubernetes · GitHub

    Via arnaudb

    10 mars 2019 à 14:37:34 UTC+1 - permalink - archive.org - https://github.com/ramitsurana/awesome-kubernetes/blob/master/README.md#monitoring
    k8s resources
  • Kubernetes-Certified-Administrator/README.md at master · walidshaari/Kubernetes-Certified-Administrator · GitHub

    Via arnaudb

    10 mars 2019 à 14:36:00 UTC+1 - permalink - archive.org - https://github.com/walidshaari/Kubernetes-Certified-Administrator/blob/master/README.md
    k8s resources
  • thumbnail
    kube-eagle/README.md at master · google-cloud-tools/kube-eagle · GitHub

    Via arnaudb

    10 mars 2019 à 14:32:55 UTC+1 - permalink - archive.org - https://github.com/google-cloud-tools/kube-eagle/blob/master/README.md
    exporter k8s prometheus
  • Can anyone talk about the positives/negatives of Operators v/s Helm Charts? Fro... | Hacker News
    10 mars 2019 à 10:57:43 UTC+1 - permalink - archive.org - https://news.ycombinator.com/item?id=16969495
    helm k8s operator
  • thumbnail
    coreos/prometheus-operator: Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes

    Prometheus Operator vs. kube-prometheus

    The Prometheus Operator makes the Prometheus configuration Kubernetes native and manages and operates Prometheus and Alertmanager clusters. It is a piece of the puzzle regarding full end-to-end monitoring.

    kube-prometheus combines the Prometheus Operator with a collection of manifests to help getting started with monitoring Kubernetes itself and applications running on top of it.

    https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus

    9 mars 2019 à 21:41:15 UTC+1 - permalink - archive.org - https://github.com/coreos/prometheus-operator
    k8s prometheus
  • Controlling nginx

    Pour un graceful shutdown de nginx, il faut un SIGQUIT
    Kubernetes envoie du SIGTERM alors on peut utiliser un preStop script pour être + cool
    https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/#define-poststart-and-prestop-handlers

    On peut aussi utiliser le preStop pour s'assuret que le container nginx sidecar s'arrête bien avant l'autre container en posant un lock dans un shared volume. Le preStop de l'autre container va attendre que le lock soit supprimé pour se couper. Le preStop du nginx va supprimer le lock quand il a bien terminé.

    On crée le lock dans un postStart

    via Meetup k8s bbc speaker

    8 mars 2019 à 12:03:45 UTC+1 - permalink - archive.org - http://nginx.org/en/docs/control.html
    k8s nginx poststart prestop sidecar
  • A Read Only Kubernetes Dashboard | blog.cowger.us

    read-only

    8 mars 2019 à 11:40:45 UTC+1 - permalink - archive.org - http://blog.cowger.us/2018/07/03/a-read-only-kubernetes-dashboard.html
    dashboard k8s readonly
  • Kubernetes Event Notifications to a Slack Channel- Part V
    7 mars 2019 à 18:04:04 UTC+1 - permalink - archive.org - https://blog.powerupcloud.com/kubernetes-event-notifications-to-a-slack-channel-part-v-a9634b39db8f
    events k8s slack
  • 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

    7 mars 2019 à 12:34:55 UTC+1 - permalink - archive.org - https://links.infomee.fr/?WwXrCQ
    eks k8s metric metrics prometheus
  • thumbnail
    kubernetes-incubator/external-dns: Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services

    marche bien, j'ai quand même créé une nouvelle zone et donné les droits dans le role IAM seulement sur celle-ci pour ne pas tout mélanger
    Il faut désactiver le upsert only sinon les entrées DNS ne sont pas supprimées quand le service est supprimé et quand on le recrée, il n'arrive pas à update

    6 mars 2019 à 18:10:04 UTC+1 * - permalink - archive.org - https://github.com/kubernetes-incubator/external-dns
    dns k8s
  • Kubernetes/kubectl Ignores Annotation Changes | 8bitzen

    ça m'est arrivé, bien galère..

    Il faut ajouter des quotes aux value des annotations pour qu'elles soient prise en compte lors d'un apply

    6 mars 2019 à 18:02:20 UTC+1 - permalink - archive.org - https://blog.8bitzen.com/05-07-2018-k8s-kubecl-ignores-annotation-changes/
    annotations k8s
  • Note: Kubernetes rollout history

    Quand on modifie un deployment avec un kubectl apply -f chemin/vers/fichier.yaml
    Le rollout history n'est pas complété, aucune révision n'est créée
    Il faut ajouter un --record à la commande précédente ce qui va créer une révision avec un "change cause" qui va reprendre la commande :

    REVISION CHANGE-CAUSE
    10 kubectl apply --filename=k8s/preprod/ --record=true

    Pas mal mais on peut faire mieux en ayant par exemple le hash du commit (ou le numéro du build..) dans ce "change cause"
    Pour ça, dans la CI/CD, on peut renommer par exemple le dossier avant de lancer le kubectl apply -f, ce qui donnera :
    REVISION CHANGE-CAUSE
    11 kubectl apply --filename=k8s/preprod-a5bcec9 --record=true

    Et comme ça on a un rollout history bien propre pour s'y retrouver ;)

    6 mars 2019 à 16:59:53 UTC+1 - permalink - archive.org - https://links.infomee.fr/?7sdJlA
    k8s rollback rollout
  • thumbnail
    jtblin/kube2iam: kube2iam provides different AWS IAM roles for pods running on Kubernetes
    6 mars 2019 à 09:54:26 UTC+1 - permalink - archive.org - https://github.com/jtblin/kube2iam
    eks iam k8s policy role
Links per page: 20 50 100
◄Older
page 5 / 6
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation