並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 26 件 / 26件

新着順 人気順

Flynnの検索結果1 - 26 件 / 26件

  • GitHub - flynn/flynn: [UNMAINTAINED] A next generation open source platform as a service (PaaS)

    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

      GitHub - flynn/flynn: [UNMAINTAINED] A next generation open source platform as a service (PaaS)
    • DockerによるマルチホストのPaaS flynnの概要とそのアーキテクチャー

      “flynnの時代” “Docker meetup tokyo #3”で発表してきた.内容は,Dockerの応用の1つであるOSSでPaaSをつくるflynnというプロジェクトの概要とそのアーキテクチャーの紹介.このflynnというプロジェクトの中には,Dockerの面白い使い方がたくさん詰まってるため,今後Dockerを使う人が,その応用の際の参考になればという思いで紹介させてもらった. 今回の発表のために資料を集めまくり,理解できない部分は出来る限りコードも読んだ.発表スライドの補完にもなると思うので,そのメモ書き(一応体裁は整えた)を公開しておく. デモ 以下は,簡単なデモ. やっていることは以下. nodeのアプリケーションをデプロイ ルーティングの追加 スケール コマンドを含めた詳しい解説は以下で解説する. 前提知識 (Herokuの動作) まず,前提知識としてPaaS (ここで

      • flynnの時代 #dockerjp

        Platform Engineering at Mercari (Platform Engineering Kaigi 2024)

          flynnの時代 #dockerjp
        • 『flynnを使ったオートスケーリングシステム』

          さて、今回の記事のネタは「flynnというオープンソースを使ってオートスケーリングシステムを構築してみた」というお話です。

            『flynnを使ったオートスケーリングシステム』
          • CC0 - A 3D model collection by Thomas Flynn (@nebulousflynn)

            A collection of public domain cultural heritage 3D models. See our blog post for more information: sketchfab.com/blogs/community/sketchfab-...

              CC0 - A 3D model collection by Thomas Flynn (@nebulousflynn)
            • Flynn: Heroku for Docker的なオープンソースプロジェクト - ワザノバ | wazanova

              http://thechangelog.com/115/1 comment | 0 points Flynnは、Go言語ベースのオープンソースPaaSです。概要としては、 Heroku for Docker的な位置づけになる。 モジューラ型の再利用可能なコンポーネントで構成 公開済の設計思想、仕様に基づき開発を進める クラウドファンディングによるオープンソースプロジェクト Gridと呼ばれるLayer0はFlynnのコアであり、クラウド or ハードに関わらず、分散コンテナーマネッジメントの機能を提供します。 Container model / management Distributed configuration / coordination Task scheduling Service discovery Host abstraction Layer1では、コンテナーはサービスもし

              • Flynn Overview - r7km/s

                Flynn という、コンテナを複数ホストで動作させるPaaS実装の全体像。 strowger リバースプロキシ。 ユーザからTCP/UDPリクエストを受け付けて適切なホスト (の中で動いているDockerコンテナ) に委譲する。 HAProxyやNginxのようなものだが、再起動や設定ファイルの再読込無しで動的に設定が変更できるという特徴がある。 controllerからHTTP経由でリクエストを受けて、ルーティング情報を表示したり変更したりする。 gitreceived git-push(1) を受け付けて適当な処理を行うためのSSHサーバ実装。 受け取ったコードをslugbuilderというツールで実行可能な形式 (=slug) にコンパイルしたあと、Shelfと呼ばれるファイルサーバにslugをアップロードする。 アップロード後、controllerに対してアプリがpushされた

                  Flynn Overview - r7km/s
                • GitHub - flynn/flynn: [UNMAINTAINED] A next generation open source platform as a service (PaaS)

                  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

                    GitHub - flynn/flynn: [UNMAINTAINED] A next generation open source platform as a service (PaaS)
                  • スタンフォード大学Flynn教授の特別講義 - FPGAで超高速計算を実現

                    スタンフォード大学のMichael Flynn教授は、SIMD、MIMDなどのコンピュータの区分を提唱したことなどで有名なコンピュータアーキテクチャ界の重鎮である。Flynn教授は2010年6月1日から筑波で開催されるInternational Conference on Supercomputing(ICS'10)のために来日しており、5月24日に慶応大学で特別講義を行った。今回の特別講義は、ICS'10初日となる6月1日の午後に予定されているFlynn教授を始めとする4人の講師陣によるチュートリアルのあらすじを説明するというものであった。 Flynn教授はFPGAで計算速度を飛躍的に改善するMaxeler Technologiesという会社を設立しており、すでに、同社は石油探査会社などにFPGAベースのアクセラレータを販売した実績がある。 海底油田の探査では、母船からパルス音を発生させ

                      スタンフォード大学Flynn教授の特別講義 - FPGAで超高速計算を実現
                    • Docker PaaSとしての OpenShift, Deis, Flynn比較

                      mastercloud #4で発表した資料です。PaaSか?コンテナか?ではなく、もっと違った視点で検討するのはいかがでしょーか?という資料です

                        Docker PaaSとしての OpenShift, Deis, Flynn比較
                      • Flynn vs. Deis: The Tale of Two Docker Micro-PaaS Technologies | CenturyLink Labs

                        Helping Developers do Ops EasierFlynn and Deis are two Docker-related open source projects that I find incredibly promising, so much so that I included both of them in my list of the Top 10 open-source Docker projects at numbers 1 and 2, respectively, and I stand by that decision. What I love about both Flynn and Deis is that they’re highly ambitious. Both openly describe themselves as PaaS platfo

                          Flynn vs. Deis: The Tale of Two Docker Micro-PaaS Technologies | CenturyLink Labs
                        • Flynn: 問題を解決するというアプローチ - ワザノバ | wazanova

                          http://progrium.com/blog/2014/02/06/the-start-of-the-age-of-flynn/ 1 comment | 0 points | by WazanovaNews ■ comment by Jshiike | 約5時間前 成功するプロダクトの基本は「問題解決型」であること。つまり、実在する問題を明示的に解決するものであればユーザに受け入れられますが、「問題があると思ったが、実は存在してなかった。」もしくは「問題を解決できなかった。」のであれば、当然ながら失敗に終わります。ですのでまずは、最初に取り上げる「問題」が実体験に基づくものであれば、プロジェクトのスタート時点でのあり方としては理想型です。 「Flynn: Heroku for Docker的なオープンソースプロジェクト」を紹介した時点では、Jeff Lindsayのことはよく知らなか

                          • 【レポート】スタンフォード大学Flynn教授の特別講義 - FPGAで超高速計算を実現 | エンタープライズ | マイコミジャーナル

                            スタンフォード大学のMichael Flynn教授は、SIMD、MIMDなどのコンピュータの区分を提唱したことなどで有名なコンピュータアーキテクチャ界の重鎮である。Flynn教授は2010年6月1日から筑波で開催されるInternational Conference on Supercomputing(ICS'10)のために来日しており、5月24日に慶応大学で特別講義を行った。今回の特別講義は、ICS'10初日となる6月1日の午後に予定されているFlynn教授を始めとする4人の講師陣によるチュートリアルのあらすじを説明するというものであった。 慶応大学で講義を行うFlynn教授 Flynn教授はFPGAで計算速度を飛躍的に改善するMaxeler Technologiesという会社を設立しており、すでに、同社は石油探査会社などにFPGAベースのアクセラレータを販売した実績がある。 海底油田の

                            • 韓国コスメレビュー ┃ SNSでも大人気!!<Flynn / アディクションベルベットティント>

                              特徴 💐Point①しっとりシルキーなテクスチャー →ベルベットタイプなのでふんわり軽い塗り心地です。 💐Point②ムード感たっぷり12カラー →絶妙なセンシュアルカラーたちが揃っています。 💐Point③付けたてカラーがそのまま持続 →高密着だから長持ちしやすい設計です。 使用レビュー 今回私が使用したのは103 Again✨ 12カラーもあるので迷うところですが、ちょうど良い血色のあるカラーを選択! パッケージはとってもスリムで、シンプルなデザインが可愛い半透明な容器になっています。 先端になるにつれて細くなっているアプリケーターは、唇にフィットしてくれる使いやすい設計になっていますよ! チップに余計に付いたティントを容器で適度に落としてあげると、唇には薄く均一に塗ることができます👏 ティントを均一に塗るのが難しい方は、余計な分をよく落としてから内側から外側に薄く塗り広げてい

                                韓国コスメレビュー ┃ SNSでも大人気!!<Flynn / アディクションベルベットティント>
                              • Amazon.co.jp: ゴーン・ガール (上) (小学館文庫 フ 6-2): ギリアンフリン (著), 友紀子,中谷 (翻訳), Flynn,Gillian (原名): 本

                                  Amazon.co.jp: ゴーン・ガール (上) (小学館文庫 フ 6-2): ギリアンフリン (著), 友紀子,中谷 (翻訳), Flynn,Gillian (原名): 本
                                • Comey Memo Says Trump Asked Him to End Flynn Investigation (Published 2017)

                                  James B. Comey, the former F.B.I. director, during a Senate Intelligence Committee hearing this month.Credit...Gabriella Demczuk for The New York Times WASHINGTON — President Trump asked the F.B.I. director, James B. Comey, to shut down the federal investigation into Mr. Trump’s former national security adviser, Michael T. Flynn, in an Oval Office meeting in February, according to a memo Mr. Comey

                                    Comey Memo Says Trump Asked Him to End Flynn Investigation (Published 2017)
                                  • Flynn effect - Wikipedia

                                    The Flynn effect is the substantial and long-sustained increase in both fluid and crystallized intelligence test scores that were measured in many parts of the world over the 20th century, named after researcher James Flynn (1934–2020).[1][2] When intelligence quotient (IQ) tests are initially standardized using a sample of test-takers, by convention the average of the test results is set to 100 a

                                      Flynn effect - Wikipedia
                                    • Mike Flynn Offers to Testify in Exchange for Immunity

                                      This copy is for your personal, non-commercial use only. Distribution and use of this material are governed by our Subscriber Agreement and by copyright law. For non-personal use or to order multiple copies, please contact Dow Jones Reprints at 1-800-843-0008 or visit www.djreprints.com. https://www.wsj.com/articles/mike-flynn-offers-to-testify-in-exchange-for-immunity-1490912959

                                        Mike Flynn Offers to Testify in Exchange for Immunity
                                      • Bannon, Flynn and Sessions: How Trump's top advisers view Muslims, in their own words

                                        Bannon, Flynn and Sessions: How Trump's top advisers view Muslims, in their own words Corrections & Clarifications: An earlier version of this story misstated the status of Ben Carson’s nomination. Months before they became two of President Trump’s top advisers, Steve Bannon and Sebastian Gorka engaged in a winding conversation about Islam on Bannon’s talk-radio show. “The dirty little secret, Ste

                                          Bannon, Flynn and Sessions: How Trump's top advisers view Muslims, in their own words
                                        • flynnの時代 #dockerjp

                                          Platform Engineering at Mercari (Platform Engineering Kaigi 2024)

                                            flynnの時代 #dockerjp
                                          • Making Sense of Mike Flynn

                                            Why did Trump’s choice for national-security adviser perform so well in the war on terror, only to find himself forced out of the Defense Intelligence Agency? How does a man like retired Lieutenant General Mike Flynn—who spent his life sifting through information and parsing reports, separating rumor and innuendo from actionable intelligence—come to promote conspiracy theories on social media? Per

                                              Making Sense of Mike Flynn
                                            • Flynn Host - r7km/s

                                              flynn/flynn-host という、 Flynnで使われているホスト管理用のサービスのコードを読んだ。 flynn-hostによって何ができるようになるのか 端的に言うと、HTTPのAPI経由で複数のホストで複数のDockerコンテナを管理出来るようになる。 flynn-hostのデーモンを全てのホストに常駐させておくことで、 外部からHTTP経由でホストのクラスタを管理出来る。 flynn-hostの機能によってクラスタ内の1つのホストがリーダーとして選出されるが、 リーダーとなるホストはHTTP経由で次のようなAPIを提供する。 クラスタ内のホスト一覧を返す クラスタに新規ホストを登録する 特定のホストにジョブを実行させる リーダー以外のホストはジョブが追加されるのを待ち受けており、 ジョブの実行命令を受け取るとこれをDockerコンテナで実行するようになっている。 またジョブを

                                              • Michael Flynn: Trump's national security adviser resigns

                                                Michael Flynn encouraged a softer policy on Russia and a harder line on Iran US National Security Adviser Michael Flynn has resigned over allegations he discussed US sanctions with Russia before Donald Trump took office. Mr Flynn is said to have misled officials about his call with Russia's ambassador before his own appointment. It is illegal, external for private citizens to conduct US diplomacy.

                                                  Michael Flynn: Trump's national security adviser resigns
                                                • U.S. Eyes Michael Flynn’s Links to Russia

                                                  Michael Flynn, President Donald Trump's national security adviser, has been the subject of U.S. counterintelligence investigations over his past communications with Russia's ambassador to the U.S. WSJ's Devlin Barrett has exclusive details on Lunch Break with Tanya Rivero. Photo: Reuters WASHINGTON—U.S. counterintelligence agents have investigated communications that President Donald Trump’s natio

                                                    U.S. Eyes Michael Flynn’s Links to Russia
                                                  • GitHub - flynn/flynn: [UNMAINTAINED] A next generation open source platform as a service (PaaS)

                                                    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

                                                      GitHub - flynn/flynn: [UNMAINTAINED] A next generation open source platform as a service (PaaS)
                                                    • Notes made by FBI Director Comey say Trump pressured him to end Flynn probe

                                                      President Trump asked the FBI to drop its probe into former national security adviser Michael Flynn and urged then-FBI Director James B. Comey instead to pursue reporters in leak cases, according to associates of Comey who have seen private notes he wrote recounting the conversation. According to the notes written by Comey following a February meeting with the president, Trump brought up the count

                                                        Notes made by FBI Director Comey say Trump pressured him to end Flynn probe
                                                      1