This document summarizes an ArgoCD presentation about implementing GitOps. Some key points:
- ArgoCD was used because it has a great UI, self-healing capabilities, and supports SSO and RBAC.
- GitOps aims to synchronize infrastructure as code in a Git repository with a cluster. ArgoCD helps achieve this through continuous delivery triggered by Git changes.
- ArgoCD's architecture has three main components: the API server, repository server, and application controller. The application controller monitors for Git changes and syncs applications.
- An example Application CR was shown to define the Git repository, target revision, destination cluster and namespace to deploy the application to.
Introduction to InfiniBand technology and its usage on Debian platform. Includes various examples of NAS/SAN over IB configuration (NFSoRDMA, SRP, and other standard IP and IPoIB based setups).
Introduction to InfiniBand technology and its usage on Debian platform. Includes various examples of NAS/SAN over IB configuration (NFSoRDMA, SRP, and other standard IP and IPoIB based setups).
The document provides instructions for installing and configuring the Xeon Phi coprocessor on a Linux system. It outlines steps to install MPSS utilities and flash updates, enable native root login on the Phi, and use the miccheck utility to verify the Phi installation and check device status.
Elasticsearch has been used as the search engine for Hatena Bookmark since 2014. It powers several key features including tag/title/content/URL search, related entries, issues, topics, and bookmark counting. Elasticsearch allows Hatena to provide powerful and flexible search across the social bookmarking platform.
Infiniband hack-a-thon #2 Windows班まとめ資料 Windows Server 2012 + FDR InfinibandでSMB Direct (SMB over RDMA)を試してみた
1. Infiniband hack-a-thon #2
Windows Server 2012 + FDR InfinibandでSMB Direct (SMB over RDMA)を試してみた
Windows班まとめ資料 rev1.3
17th Nov 2012
#ibhack
Last Update 04th Feb 2014
16. 補足(3)-SmbClientとSmbServerについて
? SmbClientとSmbServerの関係
– RDMA、SMB Directが可能か否かの確認の中で、何度かGet-SmbClientとGet-SmbServer及びSet-
SmbClientとSet-SmbServerが出てきたが、ファイル転送の方向性で、いずれかがServerになり得、
いずれかがClientにもなり得るため、双方のマシン上で両方のコマンドを入力し、状態を確認した。
Windows Server 2012
(SMB Client)
Windows Server 2012
(SMB Server)
smb
direct
共有
フォルダ
Windows Server 2012
(SMB Server)
Windows Server 2012
(SMB Client)
smb
direct
共有
フォルダ
17. SMB Diriect環境構築手順(7)
1. SMB Directのファイル転送に利用するドライブ(RamDisk)を作成する
? 今回の検証においては、FDR Infifnband接続で構成したサーバ間のインターコネクト環境において、
Windows Server 2012のRDMAを用いたSMB Directによるファイル転送が最大でどの程度の性能が
出るかを確認するため、ファイル転送元と転送先のストレージにRamDiskを用いた。
? これは、想定されるFDR Infinibandの理論値のバンド幅に比べ、ストレージのRead/Writeが確実に
ボトルネックになると考えられたことから SMB Directによる最大転送速度が計測するための対策。
? StarWind RAM DiskをStarWindのWebサイト(http://www.starwindsoftware.com/high-performance-ram-
disk-emulator)からダウンロードしインストール(Windows Server 2012やx64環境で動作)。
? インストールウィザードで、設定可能な最大メモリ数から数GBをマイナスした数値を入力、ある程度のメモリ空
き容量を保ちつつ、可能な限り大きな容量のRamDiskを作成する。
※FDR Infinibandのバンド幅は56Gbps、理論値で言えば7GB/secとなる。実装や符号化等の影響で実効
レートはもう少し落ちるが、それでも数GB/secのバンド幅の場合、ファイル転送を行った際の挙動を計測、
監視するためには、少なくとも10秒程度はファイル転送が行われ続ける必要があるため、それだけのファイル
配置可能なRamDiskを作成できるだけのメモリを搭載したほうが良い。
※もし、ioDrive 2のような高速ストレージを有し、それらをストライプ等でさらに高速化することで、少なく
とも数GB/secの転送速度をたたき出すストレージがあれば、測定におけるストレージ側のボトルネックを解消
できるため、SMB Diriect環境構築手順(7)及び(8)の作業は必要ない。
Windows Server 2012
(SMB Client)
Windows Server 2012
(SMB Server)
smb
direct
共有
フォルダ
RamDisk上に作成