Home
Archives
Links icon
LinkedIn Twitter
About
🌐
English Português
  • Liveness and Readiness Probes

    Jan 4, 2021 k8s

    You (probably) need liveness and readiness probes One of the most common questions I get as a consultant is, “What is the difference between a liveness and a readiness probe?” The next most frequent question is, “Which one does my application need?” Anyone who has tried Duck Duck Go-ing these questions knows that they …

    Read More
  • K8s Design Patterns

    Jan 4, 2021 k8s

    Top 10 must-know Kubernetes design patterns Here are the must-know top 10 design patterns for beginners synthesized from the Kubernetes Patterns book. Getting familiar with these patterns will help you understand foundational Kubernetes concepts, which in turn will help you in discussions and when designing …

    Read More
  • Operator Framework

    Sep 9, 2020 openshift k8s

    Documentation Docs can be found on the Operator SDK website. Overview This project is a component of the Operator Framework, an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way. Read more in the introduction blog post. Operators make it easy to …

    Read More
  • Operator Sdk

    Sep 8, 2020 openshift k8s

    Documentation Docs can be found on the Operator SDK website. Overview This project is a component of the Operator Framework, an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way. Read more in the introduction blog post. Operators make it easy to …

    Read More
  • Node Problem Detector

    Sep 8, 2020 k8s prometheus

    node-problem-detector node-problem-detector aims to make various node problems visible to the upstream layers in cluster management stack. It is a daemon which runs on each node, detects node problems and reports them to apiserver. node-problem-detector can either run as a DaemonSet or run standalone. Now it is running …

    Read More
  • Etcd Backup

    Sep 7, 2020 etcd k8s

    install etcd-backup etcd-backup 用于etcd 集群的补充备份,采用etcd snapshot ,进行全量备份 支持本地存储、分部署存储 支持配置化,备份周期、备份数量等可配 支持自动清除过期的备份数据 存储类型可扩展 create client secret 1oc create secret generic etcd-backup-client-tls --from-file=etcd-client-ca.crt --from-file=etcd-client.crt --from-file=etcd-client.key --namespace=litsky Set up RBAC Set …

    Read More

litsky

Technologist, perpetual student, teacher, continual incremental improvement.
Read More

Featured Posts

  • Etcd Operation
  • Golang memory
  • Liveness and Readiness Probes
  • K8s Design Patterns
  • Kubesphere in Openshift
  • Operator Framework
  • Godebug Gc
  • Godebug Sched

Recent Posts

  • Etcd Operation
  • Golang memory
  • Liveness and Readiness Probes
  • K8s Design Patterns
  • Kubesphere in Openshift
  • Operator Framework
  • Godebug Gc
  • Godebug Sched

Categories

TECHNOLOGY 12 K8S 1 SYNTAX 1 THEMES 1

Series

THEMES-GUIDE 1

Tags

GOLANG 6 K8S 6 OPENSHIFT 3 ETCD 2 MARKDOWN 2 CSS 1 EMOJI 1 FEATURED 1 HTML 1 INDEX 1 KUBESPHERE 1 PRIVACY 1 PROMETHEUS 1 SHORTCODES 1
All Tags
CSS1 EMOJI1 ETCD2 FEATURED1 GOLANG6 HTML1 INDEX1 K8S6 KUBESPHERE1 MARKDOWN2 OPENSHIFT3 PRIVACY1 PROMETHEUS1 SHORTCODES1 TEXT1 THEMES1
[A~Z][0~9]

Copyright © 2025 CLARITY. All Rights Reserved