4361 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 219
  • Note: Karpenter Capacity Buffer

    A long-awaited Karpenter feature is finally here!

    The latest Karpenter release supports Capacity Buffer, eliminating the need for workarounds such as balloon pods to maintain spare node capacity.

    A Capacity Buffer defines virtual placeholder pods that exist only in Karpenter’s scheduling simulation — they are never created as actual Kubernetes pods.

    These virtual pods tell Karpenter to provision nodes with spare capacity. They participate in each scheduling cycle to maintain the buffer and are automatically refilled as real workloads consume the pre-provisioned capacity.

    Benefits over previous workarounds:

    • No balloon pods: Eliminates the need for low-priority placeholder deployments and complex PriorityClass configurations.

    • More efficient scaling: Capacity can be defined using fixed counts or percentages, allowing spare capacity to scale with your workload instead of over-provisioning entire node pools.

    • Automatic replenishment: The buffer is automatically maintained as workloads consume the available capacity.

    A much cleaner approach to keeping capacity readily available without relying on Kubernetes scheduling hacks.

    • 1.14.0 Github release: https://github.com/kubernetes-sigs/karpenter/releases/tag/v1.14.0
    • Documentation: https://karpenter.sh/docs/concepts/capacitybuffers/
    • The outdated baloon pod trick: https://kubernetes.io/docs/tasks/administer-cluster/node-overprovisioning/
    August 19, 2026 at 9:02:52 PM GMT+2 * - permalink - archive.org - http://Kubernetes capacity buffer
    karpenter k8s overprovision buffer
  • Note: public holidays

    fr https://www.service-public.gouv.fr/particuliers/actualites/A18558
    hk https://www.gov.hk/en/about/abouthk/holiday/2026.htm
    uk https://www.gov.uk/bank-holidays

    May 2, 2026 at 8:58:14 PM GMT+2 * - permalink - archive.org - https://links.infomee.fr/shaare/oSVzoQ
    public bank holidays
  • thumbnail
    Notion skills
    March 22, 2026 at 1:23:58 PM GMT+1 * - permalink - archive.org - https://www.notion.so/notiondevs/Notion-Skills-for-Claude-28da4445d27180c7af1df7d8615723d0
    claude notion skill
  • https://github.com/anthropics/skills/blob/main/skills/doc-coauthoring/SKILL.md
    March 22, 2026 at 1:21:32 PM GMT+1 - permalink - archive.org - https://github.com/anthropics/skills/blob/main/skills/doc-coauthoring/SKILL.md
    claude skill doc
  • thumbnail
    GitHub - sirmalloc/ccstatusline: 🚀 Beautiful highly customizable statusline for Claude Code CLI with powerline support, themes, and more. · GitHub

    To help generate claude status line

    March 22, 2026 at 11:44:07 AM GMT+1 * - permalink - archive.org - https://github.com/sirmalloc/ccstatusline
    claude
  • GitHub - ldayton/Dippy: 🐤 Less permission fatigue, more momentum. Dippy knows what’s safe to run and keeps Claude on track when plans change. · GitHub
    March 21, 2026 at 5:07:38 PM GMT+1 - permalink - archive.org - https://github.com/ldayton/Dippy
    claude permissions
  • thumbnail
    Istio / Canary Deployments using Istio

    Depending on your level of expertise in this area, you may wonder why Istio’s support for canary deployment is even needed, given that platforms like Kubernetes already provide a way to do version rollout and canary deployment. Problem solved, right? Well, not exactly. Although doing a rollout this way works in simple cases, it’s very limited, especially in large scale cloud environments receiving lots of (and especially varying amounts of) traffic, where autoscaling is needed.

    March 8, 2026 at 8:41:32 PM GMT+1 * - permalink - archive.org - https://istio.io/latest/blog/2017/0.1-canary/
    istio canary
  • thumbnail
    Istio / Kubernetes Gateway API
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: gw-options
    data:
      horizontalPodAutoscaler: |
        spec:
          minReplicas: 2
          maxReplicas: 2
    
      deployment: |
        metadata:
          annotations:
            additional-annotation: some-value
        spec:
          replicas: 4
          template:
            spec:
              containers:
              - name: istio-proxy
                resources:
                  requests:
                    cpu: 1234m
    
      service: |
        spec:
          ports:
          - "\$patch": delete
            port: 15021
    March 8, 2026 at 7:57:42 PM GMT+1 * - permalink - archive.org - https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/#configuring-a-gateway
    istio
  • thumbnail
    Istio / Istio Standard Metrics
    March 1, 2026 at 12:07:55 PM GMT+1 - permalink - archive.org - https://istio.io/latest/docs/reference/config/metrics/
    istio metrics
  • thumbnail
    Library Charts | Helm
    • https://github.com/ksemele/demo-helm-library
    • https://ksemele.medium.com/how-to-migrate-from-helm-monorepo-to-versioned-charts-66dfe5db321b
    February 28, 2026 at 9:51:39 AM GMT+1 - permalink - archive.org - https://helm.sh/docs/topics/library_charts/
    helm library
  • Server-Side Diff shows diff on deployment.spec.template.metadata.creationTimestamp in v3.2.0 · Issue #25184 · argoproj/argo-cd · GitHub
      resource.customizations.ignoreDifferences.apps_Deployment: |
        jsonPointers:
          - /spec/template/metadata/creationTimestamp
      resource.customizations.ignoreDifferences.apps_StatefulSet: |
        jsonPointers:
          - /spec/template/metadata/creationTimestamp
      resource.customizations.ignoreDifferences.apps_DaemonSet: |
        jsonPointers:
          - /spec/template/metadata/creationTimestamp
    
    February 27, 2026 at 6:13:05 AM GMT+1 - permalink - archive.org - https://github.com/argoproj/argo-cd/issues/25184#issuecomment-3491499482
    argocd
  • Diff Strategies - Argo CD - Declarative GitOps CD for Kubernetes

    Add the following annotation in the Argo CD Application resource:

    apiVersion: argoproj.io/v1alpha1
    kind: Application
    metadata:
      annotations:
        argocd.argoproj.io/compare-options: ServerSideDiff=true
    • upgrade Argo CD
    February 25, 2026 at 10:48:47 PM GMT+1 * - permalink - archive.org - https://argo-cd.readthedocs.io/en/stable/user-guide/diff-strategies/
    argocd
  • thumbnail
    Announcing Linkerd 2.15: Support for VM workloads, native sidecars, SPIFFE, and a new way to get stable releases
    • https://linkerd.io/releases/
    January 26, 2026 at 12:12:46 PM GMT+1 * - permalink - archive.org - https://www.buoyant.io/blog/announcing-linkerd-2-15-vm-workloads-spiffe-identities
    linkerd release
  • Note: istio

    Ingress
    https://istio.io/latest/docs/tasks/traffic-management/ingress/ingress-control/#troubleshooting

    https://istio.io/latest/blog/2018/aws-nlb/

    https://istio.io/latest/docs/setup/install/helm/

    January 25, 2026 at 9:33:26 AM GMT+1 * - permalink - archive.org - https://links.infomee.fr/shaare/X8TDfA
    istio ingress
  • Maximum Throughput, Minimum Resources: Envoy Gateway AWS Load Balancing
    January 24, 2026 at 12:46:38 PM GMT+1 * - permalink - archive.org - https://tetrate.io/blog/envoy-gateway-with-aws-nlb
    envoy gateway
  • thumbnail
    GitHub - bmad-code-org/BMAD-METHOD: Breakthrough Method for Agile Ai Driven Development
    January 8, 2026 at 7:53:59 AM GMT+1 - permalink - archive.org - https://github.com/bmad-code-org/BMAD-METHOD
    Project ai agent brainstorm
  • htmx
    • django = simple poc
    December 26, 2025 at 2:11:57 PM GMT+1 * - permalink - archive.org - https://htmx.org/
    html
  • Overprovision Node Capacity For A Cluster | Kubernetes

    balloon deployment
    Buffer api in progress:
    https://github.com/kubernetes-sigs/karpenter/issues/2571
    https://github.com/kubernetes/autoscaler/pull/8151

    Old proposal: pod headroom

    December 26, 2025 at 1:30:24 PM GMT+1 * - permalink - archive.org - https://kubernetes.io/docs/tasks/administer-cluster/node-overprovisioning/#:~:text=Node%20overprovisioning%20is%20a%20strategy,in%20traffic%20or%20workload%20demands.
    kuberntes balloon placeholder overprovision buffer
  • Known Limits and Service Quotas - Amazon EKS

    AssignPrivateIpAddresses
    UnassignPrivateIpAddresses
    AttachNetworkInterface
    CreateNetworkInterface

    • https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-throttling.html (how to ask for limit increase)

    • https://docs.aws.amazon.com/ec2/latest/devguide/monitor.html (how to enable metrics)

    December 21, 2025 at 10:20:55 AM GMT+1 - permalink - archive.org - https://docs.aws.amazon.com/eks/latest/best-practices/known_limits_and_service_quotas.html#_aws_request_throttling
    aws cni api rate limit throttle
  • thumbnail
    Note:

    scrape node exporter => hostmetrics receiver
    scrape kubelet/cadvisor => kubeletstats receiver
    scrape kube-state-metrics => k8sclusterreceiver

    December 16, 2025 at 8:13:31 AM GMT+1 * - permalink - archive.org - https://opentelemetry.io/docs/collector/components/receiver/
    otel metrics
Links per page: 20 50 100
◄Older
page 1 / 219
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation