並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 5 件 / 5件

新着順 人気順

etcdの検索結果1 - 5 件 / 5件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

etcdに関するエントリは5件あります。 sqlitedatabaseDB などが関連タグです。 人気エントリには 『Switching from etcd to SQLite: A Database Migration Story』などがあります。
  • Switching from etcd to SQLite: A Database Migration Story

    Hi, it’s us again, the ones who used to store our database in a single JSON file on disk, and then moved to etcd. Time for another change! We’re going to put everything in a single file on disk again. As you might expect from our previous choice (and as many on the internet already predicted), we ran into some limits with etcd. Database size, write transaction frequency, of particular note: genera

      Switching from etcd to SQLite: A Database Migration Story
    • etcd を奇数台にする理由は「スプリットブレイン対策」なのか - 理念と共に、最も困難で狂気の選択を考え続けて諦めない

      etcd の構成について調べると、「スプリットブレインを防ぐために奇数台にする」と説明されることがあります。 この説明は、運用上の結論だけを短く言うなら理解できます。 etcd では奇数台構成が推奨されます。 また、etcd が使う Raft は、矛盾する状態が複数の分断側でコミットされることを避けるように設計されています。 そのため、入門記事や運用記事で「スプリットブレインを避けるために奇数台にする」と短く説明されること自体は自然です。 ただし、この説明をそのまま Raft の仕組みとして読むと、奇数台構成と quorum の役割を取り違えやすくなります。 この記事は、既存の記事を否定するためのものではありません。 むしろ、既存の記事が伝えている「etcd では quorum が重要であり、奇数台構成が推奨される」という実用上の結論を前提に、その理由を Raft の動作に沿って少し精密化

        etcd を奇数台にする理由は「スプリットブレイン対策」なのか - 理念と共に、最も困難で狂気の選択を考え続けて諦めない
      • kubernetes Deep Dive (etcd + Raft) - Qiita

        はじめに TRIAL&RetailAI Advent Calendar 2025の1日目の記事になります。 本日のテーマは"kubernetes Deep Dive (etcd + Raft)"です。私はいつも開発でkubernetes(k8s)を使っています。より深くk8sについて知識を深めたく、再度基本的な事項からetcdとRaftについてまとめたいと思います。 自己紹介 基盤システム部に所属して、主にバックエンドの開発を行っております。 2024年にもAdvent Calendarの記事を書いていますので、よかったら見ていただけると幸いです。 k8sとは k8sとはコンテナを自動で管理するコンテナオーケストレーションシステム。 アプリケーションを「宣言的(desired state)」に保つことが特徴に挙げらます。 k8sが解決してくれること サーバーやコンテナの自動配置 スケール(

          kubernetes Deep Dive (etcd + Raft) - Qiita
        • ETCD - the Easy Way

          This is a guide which will help you get started with etcd and help you understand how it is used in a kubernetes setup. To put in one sentence, etcd is a distributed, reliable key-value store for the most critical data of a distributed system. Every necessary detail of every resource in a cluster is stored in the form of key-value pairs divided into different directories as per the type of resourc

            ETCD - the Easy Way
          • Driving etcd Stability and Kubernetes Success

            The latest news from Google on open source releases, major projects, events, and outreach programs for early career developers. Introduction: The Critical Role of etcd in Cloud-Native Infrastructure Imagine a cloud-native world without Kubernetes. It's hard, right? But have you ever considered the unsung hero that makes Kubernetes tick? Enter etcd, the distributed key-value store that serves as th

              Driving etcd Stability and Kubernetes Success
            1

            新着記事