並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 109 件 / 109件

新着順 人気順

operatorの検索結果81 - 109 件 / 109件

  • Cloud Operator Days Tokyo 2021

    Cloud Operator Days Tokyo は、クラウドの運用者に焦点を当てた技術者向けの新しいテックイベントです。クラウドの運用者とは、クラウド基盤(IaaS、PaaS、CaaS、FaaS)を運用しているインフラエンジニアの方だけではなく、クラウド基盤上でアプリケーションを作成し、運用している人も含みます。オペレーションに関わる技術や悩み、解決策を発表、共有していくことで運用技術の発展やインフラ、アプリケーション運用に興味がある若手の教育、育成ができるイベントとして発展させていきたいと考えております。

      Cloud Operator Days Tokyo 2021
    • TC39 Pipeline Operator - Hack vs F#

      I want to take some time to share everything I know about the pipeline operator proposal that is currently in stage 2, to the best of my ability. This will, of course, be a somewhat biased account — it's my article, haha — but I'll do my best to present both sides while presenting my case. Also, keep in mind, that as thorough as I'll try to be, I'm completely sure I'm missing things. If you spot s

      • Cloud operator days tokyo 2020講演資料_少人数チームでの機械学習製品の効率的な開発と運用

        2020年7月29日-30日開催のCloud Operator Days Tokyo 2020の講演資料です。 PFNの太田と佐藤が、Kubernetesによるインフラ構築やCI/CDについて説明します。Read less

          Cloud operator days tokyo 2020講演資料_少人数チームでの機械学習製品の効率的な開発と運用
        • Prometheus on Kubernetesを簡単にするPrometheus Operatorのご紹介 - Qiita

          いんとろだくしょん こんにちは、かめねこです。 この記事は、Kubernetes Advent Calendar 2019の13日目の記事です。 今回は、Kubernetesのアドベントカレンダーということですが、私はkubectl get podしかできないよわよわなので、Prometheusの話をしたいと思います。 ただ、単にPrometheusの話をしてもしょうがないので、今回はPrometheusをKubernetes上で稼働させるためにおすすめな、Prometheus Operatorをご紹介します。 Prometheus Operatorとは? PrometheusOperatorはその名の通り、PrometheusのOperatorです。 coreos/prometheus-operator - github.com Operatorが何なのか分からない方は安心してください。

            Prometheus on Kubernetesを簡単にするPrometheus Operatorのご紹介 - Qiita
          • NULL合体演算子(Nullish coalescing operator) '??'

            NULL合体演算子は2つの疑問符 ?? で記述されます。 これは null と undefined を同じように扱うので、この記事では特別な用語を使用します。null でも undefined でも無いときは、“定義済み” である、と言います。 a ?? b の結果は: a が null あるいは undefined でなければ a, それ以外の場合は b. つまり、?? は null/undefined でなければ最初の引数を返し、それ以外の場合は�2つ目を返します。 NULL合体演算子はまったく新しいものではありません。2つのうちから、最初の “定義済み” の値を取得するには良い構文です。 既に知っている演算子を使用して result = a ?? b を書き直すことができます:

              NULL合体演算子(Nullish coalescing operator) '??'
            • Nullish coalescing operator (??) - JavaScript | MDN

              The nullish coalescing operator can be seen as a special case of the logical OR (||) operator. The latter returns the right-hand side operand if the left operand is any falsy value, not only null or undefined. In other words, if you use || to provide some default value to another variable foo, you may encounter unexpected behaviors if you consider some falsy values as usable (e.g., '' or 0). See b

                Nullish coalescing operator (??) - JavaScript | MDN
              • teenage engineeringのモジュラーシンセ、「pocket operator modular」の国内販売がついに開始

                teenage engineeringのモジュラーシンセ、「pocket operator modular(ポケット・オペレーター・モジュラー)」の国内販売がついにスタート。これまでteenage engineeringのオンライン・ストアのみで販売されていた「pocket operator modular」ですが、今後は国内のショップでも購入することが可能になります。 teenage engineeringのモジュラーシンセ、「pocket operator modular」。写真はミドル・モデルの「POM-170」で、タッチ式のキーボード/シーケンサーを搭載したモノフォニック・シンセサイザー teenage engineeringが昨年発売した「pocket operator modular」は、パッチ・ケーブルの差し替えによって、自由な音づくり/パターン作成を行うことができる同社初の

                  teenage engineeringのモジュラーシンセ、「pocket operator modular」の国内販売がついに開始
                • Operator SDK

                  OperatorSDK The Operator SDK makes it easier to build Kubernetes native applications, a process that can require deep, application-specific operational knowledge. Build an Operator WHAT CAN I DO WITH OPERATOR SDK? The Operator SDK provides the tools to build, test, and package Operators. Initially, the SDK facilitates the marriage of an application’s business logic (for example, how to scale, upgr

                  • 昼夜で稼働台数を調整できるCronHPA Operatorを作りました!|Daisuke Taniwaki

                    CronHPAという昼夜のような時間帯で稼働台数やメトリクスを調整できるKubernetes Operatorを作ったので紹介します。 以下のようなYAMLの記述で最低稼働Pod数4、最大稼働数10でPod全体の平均CPUが50%以下になるように自動でPod数を調整してくれます。​ apiVersion: autoscaling/v2beta2 kind: HorizontalPodAutoscaler metadata: name: nginx spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: nginx minReplicas: 4 maxReplicas: 10 metrics: - type: Resource resource: name: cpu target: type: Utilization

                      昼夜で稼働台数を調整できるCronHPA Operatorを作りました!|Daisuke Taniwaki
                    • Add the 'awaited' type operator by rbuckton · Pull Request #35998 · microsoft/TypeScript

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        Add the 'awaited' type operator by rbuckton · Pull Request #35998 · microsoft/TypeScript
                      • Japan PM Slammed for Revealing Operator of Document Shredder in Scandal Was Disabled - The New York Times

                        Japan PM Slammed for Revealing Operator of Document Shredder in Scandal Was Disabled TOKYO — Japan erupted with online anger Wednesday after Prime Minister Shinzo Abe, who won't reveal guests at a controversial party due to "respect for privacy," told Parliament the operator of a shredder that destroyed the guest list was disabled. Opposition lawmakers allege Abe favored supporters with invites to

                          Japan PM Slammed for Revealing Operator of Document Shredder in Scandal Was Disabled - The New York Times
                        • Vault 1.13 adds Kubernetes Operator, MFA improvements, and more

                          TerraformInfrastructure as code provisioning​​​​‌‍​‍​‍‌‍‌​‍‌‍‍‌‌‍‌‌‍‍‌‌‍‍​‍​‍​‍‍​‍​‍‌‍‌​‌‍​‌‌‌​‌‍‌‍​‌‍‌‌​​‍‍‌‍​‌‍‌‍‌​‍​‍​‍​​‍​‍‌‍‍​‌​‍‌‍‌‌‌‍‌‍​‍​‍​‍‍​‍​‍‌‍‍​‌‌​‌‌​‌​​‌​​‍‍​‍​‍‌‍‍​‌‍​‌‌​‌‍‍​‌‍‍‌‌‍​‌‍‌​‍‌​​​‍‍‌‍​‌‌‍‌​‌‍‌‌‍‍‌‌‍‍​‍‍‌‍‌​‌‍​‌‌‌​‌‍‌‍​‌‍‌‌​​‍‍‌‍​‌‍‌‍‌​‍‌‍‌‌‌‍‌​‌‍‍‌‌‌​‌‍‌​‍​‍‌‍‍‌‌‌​‌‍‌‌‌‍‌‌‌‌‌​‌‍‌‌​​‌‍‌‌‌​​‍‌‌‍‌​‌‍

                            Vault 1.13 adds Kubernetes Operator, MFA improvements, and more
                          • Database Operator:KubeDBについて - Qiita

                            当投稿はKubernetes Advent Calenderの18日目の記事となります。 17日目はnnao45さんの「【Kubernetes】KubernetesのCronJobのcronスケジュールはどう管理されているのか?」でした。 今日はKubernetesのDatabase Operatorということで、私が何度かカンファレンスで触れているKubeDBについて解説したいと思います。今回は主に耐障害性についての設計とその動作確認をしていきます。 TL:DR KubeDBはマルチデータストアなKubernetes Operator。 しかし、Kubernetes v1.16ではうまく動かない。 PostgreSQLのレプリケーションは簡単に構築可能、障害時のFOも問題なし (開発体制に不安はあるものの)今後のリリースに期待したい。 KubeDBとは AppsCodeという会社が提供し

                              Database Operator:KubeDBについて - Qiita
                            • 【インターンレポート】Kubernetes OperatorによるVerda Cloudの構成管理

                              はじめに こんにちは、電気通信大学 学部3年生の佐々木です。8/16から約6週間、技術職 就業型コースのインターンシップに参加しました。 私は、VRE(Verda Reliability Engineering)チームに配属され、Verda Resource Operatorの実装に取り組みました。 VerdaとVREチームについて VerdaとはLINEがもつPrivate Cloudのことです。 Verdaでは、物理サーバーをOpenStackによって管理し、様々なサービスをLINEの開発者に提供しています。 提供するサービス毎にチームが存在し、Kubernetes as a Serviceを提供しているチームもいれば、LoadbalancerやNATを提供しているチームもあります。 VREチームでは、そういったチームが開発や運用を効率化するための施策を横断的に行っています。 より詳細

                                【インターンレポート】Kubernetes OperatorによるVerda Cloudの構成管理
                              • Global Load Balancer for OpenShift clusters: an Operator-Based Approach

                                Introduction When multiple OpenShift clusters are distributed in different data centers and possibly different geographies, one needs a method for directing traffic towards each instance. For this scenario, a global load balancer provides a good solution. A global load balancer is a DNS server that makes load balancing decisions based on a number of factors. As we know, DNS servers resolve a Fully

                                  Global Load Balancer for OpenShift clusters: an Operator-Based Approach
                                • Fun with conversion-operator name lookup

                                  As of this writing (but perhaps not for very much longer!) the four mainstream compilers on Godbolt Compiler Explorer give four different answers for this simple C++ program: struct A { using T = T1; using U = U1; operator U1 T1::*(); operator U1 T2::*(); operator U2 T1::*(); operator U2 T2::*(); }; inline auto which(U1 T1::*) { return "gcc"; } inline auto which(U1 T2::*) { return "icc"; } inline

                                  • Ruby のコードで見かける「&.」は safe navigation operator (ぼっち演算子)と呼ばれる演算子だった - Beeeat’s log

                                    普段の業務で Ruby のコードを読んでいると,何箇所かobject&.fooという書き方を見かけました. 初めて見た時は「まぁこういう書き方もあるんだなぁ」とさらっと読んでいましたが,後々,「あれ?結局これどういう意味なんだろ?」と混乱したため今回はこの「&.」とは何かについてまとめていきます. 「safe navigation operator (ぼっち演算子)」 調べてみた結果,「&.」は「safe navigation operator 」と呼ばれる演算子でした. Ruby 2.3.0 がリリースされた時に導入されたメソッドのようです. www.ruby-lang.org Ruby の公式ドキュメントを読むと,「ぼっち演算子」とも呼ぶようです...(公式のリファレンスでの名称なんですね...) docs.ruby-lang.org 「&.」の機能は公式リファレンスを見てみると...

                                      Ruby のコードで見かける「&.」は safe navigation operator (ぼっち演算子)と呼ばれる演算子だった - Beeeat’s log
                                    • 継続的なモデルモニタリングを実現するKubernetes Operator

                                      第18回 MLOps 勉強会の登壇資料です。 https://mlops.connpass.com/event/242652/ MLOpsにおいて重要なModel Monitoringの仕組みを開発するにあたって、整理した要件と実際に開発したシステムについてお話ししました。Read less

                                        継続的なモデルモニタリングを実現するKubernetes Operator
                                      • GitHub - senthilrch/kube-fledged: A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly

                                        Applications that require rapid start-up and/or scaling. For e.g. an application performing real-time data processing needs to scale rapidly due to a burst in data volume. Serverless Functions typically need to react immediately to incoming events and spin-up containers within fraction of a second. IoT applications that run on Edge devices, that need to tolerate the intermittent network connectivi

                                          GitHub - senthilrch/kube-fledged: A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
                                        • pipeline operatorが使われているコードを読み解いてミタァ! - Qiita

                                          はじめに 2019/6/13、Ruby 2.7にpipeline operatorが入りました。 discussionが盛り上がっててTLでも各Rubyist達の様々な意見が飛び交ってます。 そんな中、@hanachin_さんのツイートを見かけました。 よすぎて何回も眺めている "https://t.co/8sUOXpGLwt".:itself |>>> URI.:parse |>>> Net::HTTP.:get |>>> JSON.:parse |> call |> fetch("stargazers_count") |> then { puts @1 } — Miyagi (@hanachin_) 2019年6月14日 Ruby 2.7から追加される機能が積極的に使われていてすごく勉強になりそうだったので、まとめてみました。 認識間違っている・不足している箇所もあるかもしれないのでそ

                                            pipeline operatorが使われているコードを読み解いてミタァ! - Qiita
                                          • Babel F# pipeline operator

                                            Introduction Writing readable and declarative code in JavaScript, how nice it would be! 😆 I know, readable and declarative don’t go in the same sentence when talking about JavaScript, but should it be always like this? The community has been looking for ways to improve these problems with the language for years. Since Babel 7.0 there have been a few proposals implemented that lean towards the rea

                                              Babel F# pipeline operator
                                            • Top Down Operator Precedence

                                              Douglas Crockford 2007-02-21 This is chapter 9 of Beautiful Code. Introduction Vaughan Pratt presented "Top Down Operator Precedence" at the first annual Principles of Programming Languages Symposium in Boston in 1973. In the paper Pratt described a parsing technique that combines the best properties of Recursive Descent and Floyd's Operator Precedence. It is easy to use. It feels a lot like Recur

                                              • pocket operator(ポケットオペレーター)

                                                むき出しの基板に、整然と並ぶスイッチとツマミ、モノクロ液晶 ─ スウェーデン発のデベロッパーTeenage Engineeringの「ポケットオペレーター(PO)」は、シーケンサーを内蔵した本格的なシンセサイザー/リズムマシン/サンプラーです。 トラックメイクからライブパフォーマンスまで「ハードウェアシンセ」ならではの楽しさを、ファッショナブルな筐体に凝縮。 まずは以下のムービーをご覧ください。1分48秒の動画で、十分にPOの可能性を感じていただけることでしょう(デモで使っているのはPO-20 arcadeです)。 音色・機能が異なる全11モデル(ざっくり分けると、シンセ、リズムマシン、サンプラーの3種類) 全モデル共通で16ステップ(1小節)×16パターンを組み合わせて作曲が可能 エフェクトもパターンも全てリアルタイム。ライブパフォーマンスに対応 POシリーズを複数台繋いで同期させること

                                                  pocket operator(ポケットオペレーター)
                                                • GitHub - cybozu-go/moco: MySQL operator on Kubernetes using GTID-based semi-synchronous replication.

                                                  MOCO is a MySQL operator on Kubernetes. Its primary function is to manage MySQL clusters using GTID-based semi-synchronous replication. It does not manage group replication clusters. MOCO is designed to have the following properties. Compatibility with the standard MySQL This is the reason that MOCO does not adopt group replication that has a number of limitations. Safety MOCO only allows writes t

                                                    GitHub - cybozu-go/moco: MySQL operator on Kubernetes using GTID-based semi-synchronous replication.
                                                  • GitHub - inlets/inlets-operator: Get public TCP LoadBalancers for local Kubernetes clusters

                                                    Get public TCP LoadBalancers for local Kubernetes clusters When using a managed Kubernetes engine, you can expose a Service as a "LoadBalancer" and your cloud provider will provision a TCP cloud load balancer for you, and start routing traffic to the selected service inside your cluster. In other words, you get ingress to an otherwise internal service. The inlets-operator brings that same experien

                                                      GitHub - inlets/inlets-operator: Get public TCP LoadBalancers for local Kubernetes clusters
                                                    • Kubernetes Operator 超入門/Kubernetes_Operator_Introduction

                                                      OCHaCafe Season5 #1の資料です.

                                                        Kubernetes Operator 超入門/Kubernetes_Operator_Introduction
                                                      • External Secrets Operator を用いて EKS Fargate からシークレットストアを利用する | Amazon Web Services

                                                        Amazon Web Services ブログ External Secrets Operator を用いて EKS Fargate からシークレットストアを利用する この記事は Leverage AWS secrets stores from EKS Fargate with External Secrets Operator (記事公開日: 2022 年 6 月 30 日) を翻訳したものです。 シークレットの管理は、セキュアかつ動的なコンテナ化されたアプリケーションを大規模に実行する上で、困難ではあるものの重要な側面を持ちます。稼働するアプリケーションにシークレットをセキュアに配布するニーズをサポートするために、Kubernetes は Kubernetes Secret という形でシークレットを管理するネイティブな機能を提供します。しかし、多くのお客様はセキュリティ、管理、シークレ

                                                          External Secrets Operator を用いて EKS Fargate からシークレットストアを利用する | Amazon Web Services
                                                        • Simplify Your Code With Rocket Science: C++20's Spaceship Operator - C++ Team Blog

                                                          Email Subscriptions are here! Get notified in your email when a new post is published to this blog This post is part of a regular series of posts where the C++ product team here at Microsoft and other guests answer questions we have received from customers. The questions can be about anything C++ related: MSVC toolset, the standard language and library, the C++ standards committee, isocpp.org, Cpp

                                                            Simplify Your Code With Rocket Science: C++20's Spaceship Operator - C++ Team Blog
                                                          • Postgres-operator v1.2.0

                                                            We are happy to announce a new release of the Postgres Operator. Notable changes among others are: New browser-based UI to manage Postgres clusters Operator can create cron jobs for logical backups Initialize standby cluster from WAL archive in S3 bucket Provide manifests for user-facing clusterroles New end-2-end test suite using kind New deployment options: Helm chart, Kustomization and OLM Than