4337 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►
  • 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.)

    March 27, 2019 at 2:03:58 PM GMT+1 - permalink - archive.org - https://github.com/elastic/kibana/issues/5060
    kibana
  • thumbnail
    GO et Kubernetes, les recettes du nouveau LeBonCoin
    March 26, 2019 at 1:49:32 PM GMT+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
    March 26, 2019 at 9:33:47 AM GMT+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

    March 25, 2019 at 10:34:58 PM GMT+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

    March 25, 2019 at 10:15:10 PM GMT+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é

    March 25, 2019 at 10:14:09 PM GMT+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

    March 25, 2019 at 5:38:01 PM GMT+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

    March 25, 2019 at 5:02:12 PM GMT+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/

    March 25, 2019 at 5:00:37 PM GMT+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
    March 25, 2019 at 12:54:04 PM GMT+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 ...

    March 24, 2019 at 6:01:13 PM GMT+1 - permalink - archive.org - https://github.com/prometheus/prometheus/issues/2226
    http prometheus scrape
  • Redis streams as a pure data structure - <antirez>
    March 23, 2019 at 12:40:17 PM GMT+1 - permalink - archive.org - http://antirez.com/news/128
    redis stream
  • thumbnail
    Kubernetes Horizontal Pod & Cluster Autoscaling: All You Need to Know | Caylent
    March 22, 2019 at 6:13:44 PM GMT+1 - permalink - archive.org - https://caylent.com/kubernetes-autoscaling/
    hpa k8s
  • Configure Kubernetes Autoscaling with Custom Metrics
    March 22, 2019 at 6:13:34 PM GMT+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
    March 22, 2019 at 6:13:23 PM GMT+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
    March 22, 2019 at 6:13:11 PM GMT+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
    March 22, 2019 at 4:55:00 PM GMT+1 - permalink - archive.org - https://apple.stackexchange.com/questions/154292/iterm-going-one-word-backwards-and-forwards
    iterm2 mac
  • Note: Filebeat, elasticsearch et mapping

    Filebeat utilise des template de mapping (pour chaque version de filebeat, un nouveau template est créé)
    Donc l'index créé tous les jours par filebeat a un mapping qui provient de ce template
    Il y a beaucoup de champs défini qui proviennent de la déclaration de tous les modules filebeat (https://github.com/elastic/beats/blob/master/filebeat/module/nginx/access/_meta/fields.yml)

    Si on a besoin de déclarer de nouveaux champs, on peut créer son propre template qui va matcher aussi les index filebeat-* et qui va surcharger les templates de filebeat
    Alternative : on peut vérifier que le champs n'existe pas déjà dans les champs prédéfini de filebeat. Par exemple le $status de nginx (code retour http) correspond au champs http.response.status_code
    Il suffit que le json écrit par nginx ait une clé qui correspond pour le status pour avoir le bon mapping

    https://www.elastic.co/guide/en/beats/filebeat/master/configuration-template.html

    March 21, 2019 at 5:44:18 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?MQs0iA
    elasticsearch filebeat mapping
  • Note: Repérer les inconsistences de mapping entre différents index

    Exemple pour le field 'status' :

    for index in $(cat liste_index); do echo $index; curl -s http://elastic/$index/_mapping | jq ".\"$index\".mappings.doc.properties.status"; done

    March 21, 2019 at 4:48:12 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/?ggBAsw
    elasticsearch filebeat
  • johanhaleby/kubetail: Bash script to tail Kubernetes logs from multiple pods at the same time
    March 20, 2019 at 2:03:39 PM GMT+1 - permalink - archive.org - https://github.com/johanhaleby/kubetail
    k8s logs
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