4340 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 30 / 217
Newer►
  • Istio / What is Istio?
    27 mars 2019 à 21:14:23 UTC+1 - permalink - archive.org - https://istio.io/docs/concepts/what-is-istio/
    k8s
  • Keycloak
    27 mars 2019 à 21:02:30 UTC+1 - permalink - archive.org - https://www.keycloak.org/
    iam k8s
  • kiam/README.md at master · uswitch/kiam · GitHub

    Une alternative à kube2iam qui est apparemment plus secure

    27 mars 2019 à 20:46:01 UTC+1 * - permalink - archive.org - https://github.com/uswitch/kiam/blob/master/README.md
    iam k8s
  • thumbnail
    In visualization editor, add ability to change linked save search · Issue #5060 · elastic/kibana

    pas pratique, mais plus pratique que de recréer la vizualization

    This is possible if we go to Settings > Objects > Visualizations. If we edit the required visualization and replace the search ID with updated search and save the visualization object. (I found the search ID is hyphenated word if saved search consists of white spaces in the name.)

    27 mars 2019 à 14:03:58 UTC+1 - permalink - archive.org - https://github.com/elastic/kibana/issues/5060
    kibana
  • thumbnail
    GO et Kubernetes, les recettes du nouveau LeBonCoin
    26 mars 2019 à 13:49:32 UTC+1 - permalink - archive.org - https://www.lemagit.fr/etude/GO-et-Kubernetes-les-recettes-du-nouveau-LeBonCoin
    go k8s leboncoin
  • thumbnail
    Installing kube2iam in AWS Kubernetes EKS Cluster | Carlos Sanchez's Weblog
    26 mars 2019 à 09:33:47 UTC+1 - permalink - archive.org - https://blog.csanchez.org/2018/11/14/installing-kube2iam-in-aws-kubernetes-eks-cluster/
    iam k8s
  • boz/kail: kubernetes log viewer

    un projet similaire à kubetail

    25 mars 2019 à 22:34:58 UTC+1 - permalink - archive.org - https://github.com/boz/kail
    k8s kubetail log tail
  • astefanutti/kubebox: ⎈❏ Terminal and Web console for Kubernetes

    à voir ce que ça donne comparé à k9s

    25 mars 2019 à 22:15:10 UTC+1 - permalink - archive.org - https://github.com/astefanutti/kubebox
    k8s
  • hjacobs/kube-ops-view: Kubernetes Operational View - read-only system dashboard for multiple K8s clusters

    Je l'avais perdu, je l'ai retrouvé

    25 mars 2019 à 22:14:09 UTC+1 - permalink - archive.org - https://github.com/hjacobs/kube-ops-view
    k8s monitoring
  • thumbnail
    Removing spec.replicas of the Deployment resets replicas count to single replica · Issue #67135 · kubernetes/kubernetes

    Si on a créé un Deployment avec un apply -f en spécifiant le champs replicas et qu'on décide d'enlever ce champs (pour ne plus qu'il soit géré de manière statique mais plutot dynamique avec un HPA par exemple)

    Il faut faire attention car le comportement par défaut va définir replicas à 1

    Pour éviter ça, avant de apply le Deployment sans le champs replicas, il faut faire un :

    kubectl apply edit-last-applied deployment my-deployment

    Et supprimer le champs replicas

    25 mars 2019 à 17:38:01 UTC+1 - permalink - archive.org - https://github.com/kubernetes/kubernetes/issues/67135
    hpa k8s replicas
  • Horizontal Pod Autoscaler Walkthrough - Kubernetes

    Pour que ça marche bien il faut que ses CPU requests soient cohérents

    25 mars 2019 à 17:02:12 UTC+1 - permalink - archive.org - https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/
    autoscaling k8s
  • thumbnail
    kubernetes/autoscaler: Autoscaling components for Kubernetes

    Lorsque le HPA (horizontal pod autoscaler) démarre trop de pods, ces pods vont être en pending. Il faut plus de nodes pour les faire tourner.

    C'est le but du kubernetes autoscaler qui va reconfigurer l'autoscaling group des nodes pour en ajouter/enlever suivant l'usage

    https://eksworkshop.com/scaling/deploy_ca/

    Le pod qui fait tourner ça doit avoir les bon droits IAM pour pouvoir modifier l'ASG
    voir : https://blog.csanchez.org/2018/11/14/installing-kube2iam-in-aws-kubernetes-eks-cluster/

    25 mars 2019 à 17:00:37 UTC+1 * - permalink - archive.org - https://github.com/kubernetes/autoscaler
    autoscaling k8s
  • thumbnail
    Force deployment rolling-update · Issue #27081 · kubernetes/kubernetes
    kubectl patch deployment web -p "{\"spec\":{\"template\":{\"metadata\":{\"labels\":{\"date\":\"`date +'%s'`\"}}}}}"

    mieux :
    kubectl rollout restart daemonset/filebeat-filebeat
    kubectl rollout restart deployment/web
    25 mars 2019 à 12:54:04 UTC+1 * - permalink - archive.org - https://github.com/kubernetes/kubernetes/issues/27081
    k8s patch rolling update
  • thumbnail
    Prometheus adds default http port to the Host header when querying targets. · Issue #2226 · prometheus/prometheus

    prometheus uses header host with value = $host:$port ...

    24 mars 2019 à 18:01:13 UTC+1 - permalink - archive.org - https://github.com/prometheus/prometheus/issues/2226
    http prometheus scrape
  • Redis streams as a pure data structure - <antirez>
    23 mars 2019 à 12:40:17 UTC+1 - permalink - archive.org - http://antirez.com/news/128
    redis stream
  • thumbnail
    Kubernetes Horizontal Pod & Cluster Autoscaling: All You Need to Know | Caylent
    22 mars 2019 à 18:13:44 UTC+1 - permalink - archive.org - https://caylent.com/kubernetes-autoscaling/
    hpa k8s
  • Configure Kubernetes Autoscaling with Custom Metrics
    22 mars 2019 à 18:13:34 UTC+1 - permalink - archive.org - https://docs.bitnami.com/kubernetes/how-to/configure-autoscaling-custom-metrics/
    hpa k8s
  • thumbnail
    community/horizontal-pod-autoscaler.md at master · kubernetes/community
    22 mars 2019 à 18:13:23 UTC+1 - permalink - archive.org - https://github.com/kubernetes/community/blob/master/contributors/design-proposals/autoscaling/horizontal-pod-autoscaler.md#autoscaling-algorithm
    hpa k8s
  • 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
  • thumbnail
    command line - iTerm - going one word backwards and forwards - Ask Different
    Go to Preferences... > Profiles > Keys
    Press Load Preset...
    Select Natural Text Editing
    22 mars 2019 à 16:55:00 UTC+1 - permalink - archive.org - https://apple.stackexchange.com/questions/154292/iterm-going-one-word-backwards-and-forwards
    iterm2 mac
Links per page: 20 50 100
◄Older
page 30 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation