はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    猛暑に注意を

『www.tigera.io』

  • 人気
  • 新着
  • すべて
  • eBook: Kubernetes Networking and Security | Tigera - Creator of Calico

    4 users

    www.tigera.io

    FREE EBOOK: Introduction to Kubernetes Networking and Security Build expertise across the breadth of Kubernetes networking. Understand the fundamentals of Kubernetes networking, how it simplifies the communication between microservices, and how to secure your cluster networking with industry-tested best practices. Starting with an introduction to the basic networking concepts, this book helps you

    • テクノロジー
    • 2020/10/27 15:23
    • 電子書籍
    • Using Kubernetes to orchestrate VMs | Tigera - Creator of Calico

      5 users

      www.tigera.io

      The benefits of containers and using Kubernetes for container orchestration are very well known. But what do you do if you have a workload that is not amenable to being containerized? Perhaps you have a third-party VM-based workload that you yourself can’t easily containerize, or perhaps requires a different kernel or base OS than your Kubernetes platform is running. What you would really want is

      • テクノロジー
      • 2020/09/18 09:33
      • Everything you need to know about Kubernetes Services networking | Tigera - Creator of Calico

        5 users

        www.tigera.io

        Everything you need to know about Kubernetes Services networking Services are one of the key Kubernetes primitives you need to understand to glue microservices together and expose your applications outside of the cluster. The Service resource provides an abstract way to expose an application running on a set of Pods as a network service. Sounds simple, but what’s the difference between a Cluster I

        • テクノロジー
        • 2020/04/23 09:42
        • Kubernetes
        • あとで読む
        • Introducing the Calico eBPF data plane | Tigera - Creator of Calico

          3 users

          www.tigera.io

          Today the Calico team merged a new data plane option to Calico, based on eBPF, the Linux kernel’s embedded virtual machine. This exciting new data plane will be included as a Tech Preview capability in the next version of Calico, v3.13. Calico eBPF data plane vs standard Linux data plane If you aren’t already familiar with the concept of eBPF, it allows you to write mini programs that can be attac

          • テクノロジー
          • 2020/03/11 17:44
          • eBPF
          • network
          • linux
          • Linux Conntrack: Why it breaks down and avoiding the problem | Tigera

            18 users

            www.tigera.io

            Linux Conntrack: Why it breaks down and avoiding the problem By Alex Pollitt on Apr 26, 2019 • 6 min read Connection tracking (“conntrack”) is a core feature of the Linux kernel’s networking stack.  It allows the kernel to keep track of all logical network connections or flows, and thereby identify all of the packets which make up each flow so they can be handled consistently together. Conntrack i

            • テクノロジー
            • 2019/04/28 11:56
            • Network
            • linux
            • あとで読む
            • it
            • Comparing kube-proxy modes: iptables or IPVS? | Tigera - Creator of Calico

              5 users

              www.tigera.io

              kube-proxy is a key component of any Kubernetes deployment.  Its role is to load-balance traffic that is destined for services (via cluster IPs and node ports) to the correct backend pods.  Kube-proxy can run in one of three modes, each implemented with different data plane technologies: userspace, iptables, or IPVS. The userspace mode is very old, slow, and definitely not recommended!  But how sh

              • テクノロジー
              • 2019/04/19 08:25
              • performance
              • Linux
              • Kubernetes Networking with Calico | Tigera

                6 users

                www.tigera.io

                In this post, I’m going to cover some of the fundamentals of how Calico works. I really don’t like the idea that with these Kubernetes deployments, you simply grab a yaml file and deploy it, sometimes with little to no explanation of what’s actually happening. Hopefully, this post will servce to better understand what’s going on. What is Calico? Calico is a container networking solution created by

                • テクノロジー
                • 2019/01/28 08:43
                • あとで読む
                • Project Calico - Secure Networking for the Cloud Native Era

                  23 users

                  www.tigera.io

                  Project Calico is an open-source project with an active development and user community. Calico Open Source was born out of this project and has grown to be the most widely adopted solution for container networking and security, powering 8M+ nodes daily across 166 countries.

                  • テクノロジー
                  • 2015/02/10 02:06
                  • network
                  • calico
                  • virtualization
                  • Kubernetes
                  • docker
                  • cloud

                  このページはまだ
                  ブックマークされていません

                  このページを最初にブックマークしてみませんか?

                  『www.tigera.io』の新着エントリーを見る

                  キーボードショートカット一覧

                  j次のブックマーク

                  k前のブックマーク

                  lあとで読む

                  eコメント一覧を開く

                  oページを開く

                  はてなブックマーク

                  • 総合
                  • 一般
                  • 世の中
                  • 政治と経済
                  • 暮らし
                  • 学び
                  • テクノロジー
                  • エンタメ
                  • アニメとゲーム
                  • おもしろ
                  • アプリ・拡張機能
                  • 開発ブログ
                  • ヘルプ
                  • お問い合わせ
                  • ガイドライン
                  • 利用規約
                  • プライバシーポリシー
                  • 利用者情報の外部送信について
                  • ガイドライン
                  • 利用規約
                  • プライバシーポリシー
                  • 利用者情報の外部送信について

                  公式Twitter

                  • 公式アカウント
                  • ホットエントリー

                  はてなのサービス

                  • はてなブログ
                  • はてなブログPro
                  • 人力検索はてな
                  • はてなブログ タグ
                  • はてなニュース
                  • ソレドコ
                  • App Storeからダウンロード
                  • Google Playで手に入れよう
                  Copyright © 2005-2025 Hatena. All Rights Reserved.
                  設定を変更しましたx