並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 1566件

新着順 人気順

namespaceの検索結果321 - 360 件 / 1566件

  • Bluesky and the AT Protocol: Usable Decentralized Social Media

    Bluesky and the AT Protocol: Usable Decentralized Social Media Martin Kleppmann martin.kleppmann@cst.cam.ac.uk University of Cambridge Cambridge, UK Paul Frazee Jake Gold Jay Graber Daniel Holmgren Bluesky Social PBC United States Devin Ivy Jeromy Johnson Bryan Newbold Jaz Volpert Bluesky Social PBC United States ABSTRACT Bluesky is a new social network built upon the AT Protocol, a de- centralize

    • Release v5.90.0 · webpack/webpack

      Bug Fixes Fixed inner graph for classes Optimized RemoveParentModulesPlugin via bigint arithmetic Fixed worklet detection in production mode Fixed an error for cyclic importModule Fixed types for Server and Dirent Added the fetchPriority to hmr runtime's ensureChunk function Don't warn about dynamic import for build dependencies External module generation respects the output.environment.arrowFunct

        Release v5.90.0 · webpack/webpack
      • 小さな大規模言語モデル(0.3B)をトレースで自家構築する際のメモ|Kan Hatakeyama

        基本的にはshスクリプトを叩くだけでOKという、神仕様です。 Colabのサンプルコードも上がっていましたが、簡易バージョン(?)なので、回答は壊滅的でした。 2. GPT-NEOXでの構築 英語です。 実装1.を動かすことにしました。 以下、試してみた的な追試メモとなります。 動作環境A100x2 SSD 2 TB HDD 10TB Intel(R) Xeon(R) w5-3435X RAM 512 GB (DDR5) レポジトリ取得https://github.com/ce-lery/japanese-mistral-300m-recipe.git cd japanese-mistral-300m-recipeDockerの構築pip周りがかなり面倒そうなので、webサイトの説明通り、dockerを使ったほうが良さそうです。 #install docker build -t cuda1

          小さな大規模言語モデル(0.3B)をトレースで自家構築する際のメモ|Kan Hatakeyama
        • フロントエンドエンジニアがRubyKaigi2024に参加してきた! - Paytner Tech Blog

          RubyKaigi2024 はじめに ペイトナー請求書のフロントエンドエンジニアの@fuqda です。 本稿は、先日開催されたRubyKaigi2024の参加レポートになります。 フロントエンドエンジニア目線でRubyKaigiの面白かった部分のレポートが出来ればと思いますので、最後までお付き合いください。 参加したセッション 1日目 Writing Weird Code Namespace, What and Why Generating a custom SDK for your web service or Rails API 2日目 Leveraging Falcon and Rails for Real-Time Interactivity Reducing Implicit Allocations During Method Calling Breaking the Ruby

            フロントエンドエンジニアがRubyKaigi2024に参加してきた! - Paytner Tech Blog
          • My approach to HTML web components

            My approach to HTML web components April 29th, 2024 I’ve been deep-diving into HTML web components over the past few weeks. I decided to refactor the JavaScript on The Session to use custom elements wherever it made sense. I really enjoyed doing this, even though the end result for users is exactly the same as before. This was one of those refactors that was for me, and also for future me. The fro

              My approach to HTML web components
            • Release 7.0.0 · jasonkuhrt/graphql-request

              BREAKING CHANGES 2a121c6 remove inlined graphql websocket code 99a192e add spec compliant default Accept header (#618) 0e53aed replace GraphQLClientRequestHeaders with built-in HeadersInit type (#616) c3a309f remove support for CommonJS (#607) 6efcc0d remove cross-fetch polyfill Valid URL must be passed (no more path-only strings like /foo) (#745) Features f906d22 export request init extended type

                Release 7.0.0 · jasonkuhrt/graphql-request
              • The evolution of a Scheme programmer

                ;; Studying Scheme in university or reading The Little Schemer (define factorial (lambda (n) (cond ((= n 0) 1) (else (* (factorial (- n 1)) n))))) ;; Newbie programmer, enjoys recursion and simplicity in life (define (factorial n) (if (zero? n) 1 (* n (factorial (sub1 n))))) ;; Hates functional programming and resents being taught Scheme in university (define (return x) x) (define (factorial n) (d

                • RubyKaigi Speakers

                  RubyKaigi Speakers Source Year Name Title 2006 Masayoshi Takahashi Ruby の歴史 2009 Masayoshi Takahashi Keynote Address: Ruby, Nihon Ruby-no-Kai and me 2011 Masayoshi Takahashi Ruby-no-kai Itself and Some Related Projects. 2013 Masayoshi Takahashi The History of Ruby;20th Anniversary Ed. 2019 Masayoshi Takahashi (partially) Non-volatile mruby 2006 井上 浩 NaCl のオープンソース戦略〜そして今後の Ruby 戦略に関して〜 2006 Yukihir

                  • Integrate Okta with Amazon Redshift Query Editor V2 using AWS IAM Identity Center for seamless Single Sign-On | Amazon Web Services

                    AWS Big Data Blog Integrate Okta with Amazon Redshift Query Editor V2 using AWS IAM Identity Center for seamless Single Sign-On AWS IAM Identity Center (IdC) allows you to manage single sign-on (SSO) access to all your AWS accounts and applications from a single location. We are pleased to announce that Amazon Redshift now integrates with AWS IAM Identity Center, and supports trusted identity prop

                      Integrate Okta with Amazon Redshift Query Editor V2 using AWS IAM Identity Center for seamless Single Sign-On | Amazon Web Services
                    • スパム非表示

                      Tempermonkey にぶちこめ // ==UserScript== // @name 増田ミュート // @namespace http://tampermonkey.net/ // @version 2024-01-25 // @description try to take over the world! // @author You // @match https://anond.hatelabo.jp/* // @icon https://www.google.com/s2/favicons?sz=64&domain=hatelabo.jp // @grant none // ==/UserScript== function sleep(ms) { function timeout(resolve) { setTimeout(resolve, ms); } return ne

                        スパム非表示
                      • .NET 8: What's New for Authentication and Authorization

                        .NET.NET 8: What's New for Authentication and AuthorizationLet’s explore the new features brought by .NET 8 to support authentication and authorization in your applications. The release of .NET 8 is just around the corner. Among the amazing features it brings to developers, it offers a minor revolution in support for authentication and authorization: moving ASP.NET Core Identity from a page-orient

                          .NET 8: What's New for Authentication and Authorization
                        • Cedar(Amazon Verified Permissionsのポリシーのための言語)のチュートリアルを読んだ - s1r-Jの技術ブログ

                          Amazon Verified PermissionsとはAWSが提供するアクセス管理サービス(認可エンジンとも)です。 ざっくり言うと、アプリケーションでの操作を許可するか拒否するかを評価してくれます。 Amazon Verified Permissionsについては、以前にカンファレンスの動画を見てその内容をまとめたり、リンクをまとめたりしました。気になる方は最初にそちらを読んでください。 s1r-j.hatenablog.com さて、Amazon Verified Permissionsは、誰かが何かに対してどうするときにそれを許可するまたは拒否するということが書かれたポリシーをもとに評価をおこないます。このポリシーはCedarという言語で書かれています。 今回はCedarのチュートリアルをやったので、一部日本語訳をしながら備忘録としてまとめておきます。 チュートリアルの内容 1.

                            Cedar(Amazon Verified Permissionsのポリシーのための言語)のチュートリアルを読んだ - s1r-Jの技術ブログ
                          • How I learned to stop worrying and love userspace networking

                            Published on 8/28/2024 - 2 min read (641 words, 1095 tokens)I like self-hosting things when I can. I have a little server running k3s at home that I run stuff on. I also have a few things in the cloud on fly.io (those cheap L40ses are great btw). I wanted my workloads on k3s to access the AI server on fly, but I didn't want to set up a VPN to my private network because mixing VPNs and Kubernetes i

                            • Why Kubernetes needs an LTS

                              There is no denying that containers have taken over the mindset of most modern teams. With containers, comes the need to have orchestration to run those containers and currently there is no real alternative to Kubernetes. Love it or hate it, it has become the standard platform we have largely adopted as an industry. If you exceed the size of docker-compose, k8s is the next step in that journey. De

                                Why Kubernetes needs an LTS
                              • Why you should nest modules in Ruby

                                For the most part there’s no difference between these two ways of defining a class or module: The difference is often described as stylistic, but there are a couple of functional differences between the two approaches that you should be aware of before choosing one over the other. To illustrate, imagine an app with User and Admin::User classes. Depending on how you reference those, you’ll get two

                                  Why you should nest modules in Ruby
                                • GitとCI/CDに関する知識ゼロのSEが、GitLab Pagesを活用して静的Webサイトをカスタムドメインで公開する - ネットワールド らぼ

                                  皆様こんにちは。SEの小池と申します。 GitLabには GitLab Pages という機能があり、GitLabのリポジトリから静的Webサイトを直接公開できます。 SaaS版の場合、GitLab PagesではGitLabがデフォルトで用意してくれているドメイン (gitlab.io) か、自分が持つカスタムドメインでWebページを公開することが可能です。 今回のブログでは、GitLab.comのGitLab Pagesを使って、自分が保有するドメインで静的Webサイトを公開 します。 本記事の対象の方 今回のブログのゴール 事前ご連絡事項 このブログでやること 事前準備 Step1. 静的Webサイトとして公開するリポジトリを用意する Step2. デフォルトドメイン (gitlab.io) で静的Webサイトを公開する Step3. カスタムドメインを登録する Step4. カスタ

                                    GitとCI/CDに関する知識ゼロのSEが、GitLab Pagesを活用して静的Webサイトをカスタムドメインで公開する - ネットワールド らぼ
                                  • laravel PHPUnit factoryで作ったマスタデータがテストDBに残り続ける - Qiita

                                    概要 laravel6にてFeatureテストのテストコードを記載した。マスタデータやテストに必要な関連テーブルのレコードをfactoryで作成してテストしている。 テストクラスではDatabaseTransactionsトレイトをuseしているのでテストメソッド毎にトランザクションが貼られる。テストメソッドが走り切ったらそのトランザクション内部で変更が加えられたテーブルはロールバックする。 テストそのものは問題なく完了するが何故かテスト完了後に一部のfactoryで作成したレコードが削除されていない。 ちょっと原因究明まで時間がかかったのでまとめる。 前提 - 実際に問題が発生したlaravelのバージョンを踏襲し、本記事の内容はlaravel6準拠で記載する。最新バージョンとfactoryの呼び出し方法や定義方法が異なる可能性がある。 問題のテストコード 実行するとデータが残るテストコ

                                      laravel PHPUnit factoryで作ったマスタデータがテストDBに残り続ける - Qiita
                                    • Viteで開発環境と本番環境の挙動が異なったので原因を調べた

                                      Viteを用いたReact開発を行っている際、vite devで立ち上げたDevモードと実際にビルド&デプロイしたProdモードで挙動が異なるという問題が発生したので、その原因究明メモです。 そもそもViteとは Viteはフロントエンド向けビルドツールです。2020年に登場し2024年現在ではフロントエンド領域で幅広く使われるツールとなっています。GitHubのstar数で見ると、ビルドツールとしてこれまで多く利用されてきたwebpackを追い越しています。 特徴としては高速な開発サーバー立ち上げと高速なHMRです。ブラウザ上で直接実行できるというESModuleの特性をフル活用し、webpackのように全体をバンドルしてから開発サーバを立ち上げるのではなく、まず開発サーバを立ち上げその後モジュールを読み込んでいくことで高速な開発サーバ起動を実現します。また、事前バンドルという過程で外部

                                        Viteで開発環境と本番環境の挙動が異なったので原因を調べた
                                      • Node.js、TypeScriptとの共存を模索中 — まずは型の除去によるサポート、型チェックを含めた対応は未定

                                        本記事は、以下のエキスパートに監修していただきました: 古川陽介さん(Japan Node.js Association代表理事) この機能のプルリクエストに記載されたコメントによれば、「(Node.jsの)エコシステムを前進させるために重要であり、多くのユーザーが望んでいる。無視することはできない」「外部依存関係やローダーをインストールせずにnode foo.tsを実行したいというユーザーの要望を認める必要がある」と述べられている。 この実験的なフラグは--experimental-strip-typesであり、その名の通りコードから型を除去し、TypeScriptをJavaScriptに変換する。 制限事項 まずは型を除去するための仕組みが入った。enumやnamespaceといった他のTypeScript機能はサポートされない。 tsconfig.jsonファイルの設定は無視される。

                                          Node.js、TypeScriptとの共存を模索中 — まずは型の除去によるサポート、型チェックを含めた対応は未定
                                        • Release v2.0.0 · remix-run/remix

                                          Remix v2 We're so excited to release Remix v2 to you and we really hope this upgrade is one of the smoothest framework upgrades you've ever experienced! That was our primary goal with v2 - something we aimed to achieve through a heavy use of deprecation warnings and Future Flags in Remix v1. If you are on the latest 1.x version and you've enabled all future flags and addressed all console warnings

                                            Release v2.0.0 · remix-run/remix
                                          • CloudWatch のエラーログを Slack 通知 - Qiita

                                            はじめに CloudWatch に出力されたエラーログを Slack 通知したいと思います。 CloudWatch の通知と言えば、以下の様なアラームの状態変更を通知するパターンもあるかと思います。 この場合、パッと見、エラーの内容が分からず、コンソールなどで詳細を確認しに行く必要があるため少し面倒です。 今回は、エラーの内容を Slack に通知できる様にします。 完成イメージ エラーログやステータス、発生日時や該当 API の情報を通知しています。 上部の api-error は、CloudWatch ログストリームへのリンクとなっています。 構成 CloudWatch ログの収集 メトリクスフィルターで特定用語を含んだログの検知 アラームで SNS トピックに通知を送信 SNS Pub/Sub CloudWatch から受信 Lambda へ送信 Lambda SNS トリガーで実行

                                              CloudWatch のエラーログを Slack 通知 - Qiita
                                            • Swift, meet WinRT

                                              A early preview of Arc on Windows today — from Steve’s desktop straight to you.If you’re interested in building a Windows app using Swift, then this blog post is for you. In this piece, Steve on our team shares how we built a language projection tool to create Swift bindings for WinRT and pairs it with the release of our newest open source repo, Swift/WinRT — alongside an end-to-end sample applica

                                                Swift, meet WinRT
                                              • You don't need UUID | Henrique Vicente

                                                You don't need UUID Sunday, 30 May 2021. UUID, short for Universally Unique Identifier (spec), is a 128-bit identifier format widespread on computer systems. The following is an example, using its prevalent representation: a73ba12d-1d8b-2516-3aee-4b15e563a835. I’ve experienced first-hand how using UUID hurts the usability of computer systems, and I want you to understand why you certainly don’t ne

                                                  You don't need UUID | Henrique Vicente
                                                • Release v8.0.0 · redwoodjs/redwood

                                                  Upgrade Guide https://redwoodjs.com/upgrade/v8 Changelog 🚨 Breaking deps(react): 18.3.1 (#10885) by @Tobbe Please see #10885 for more details fix(template): Set scripts/ module resolution to match api/ (#11366) by @Tobbe Make the module resolution for scripts/ be more predictable/stable, and match that of api/ See also #11170 fix(tsconfig): set "module" to "ESNext" for web/tsconfig.json (#11368)

                                                    Release v8.0.0 · redwoodjs/redwood
                                                  • Bug ID: JDK-8327860 Java processes get killed, leaving no hs_err/stack trace on macOS 14.4

                                                    The test java/awt/color/MTICC_ColorSpaceToFrom.java became failing after updating macOS to 14.4 with exit code: 137 The failure was detected on aarch64. The test successfully passes on x86-64. It is also successful on the previous versions of Sonoma Diagnostic report related to this failure looks like: ======================8<---------------------- Process: java [4820] Path: /Users/USER/*/java Ide

                                                    • #RubyKaigi2024 の思い出 その1 - @ledsun blog

                                                      Day 0 移動日でした。 生憎の雨でしたが、ホテルから那覇港船客待合所まで歩いて行きました。 夜の那覇はブレード・ランナーっぽさがあります。 埠頭近くのステーキ屋さんを遠くから撮った写真 永和システムマネージメントさん提供のクルージングに参加しました。 Dominion525さん、m_pixyさん、htkymtksさんなどと再会しました。 同窓会感があります。 Rubyistインスタンスを詰め込んだコンテナ船の画像 machidaさんたちと一緒にご飯を食べました。 SimpleFormの人に法人チェック業務の話などを教えてもらいました。 船からの岸をみた写真、生憎の雨 koicさんと2次会に行きました。コロナ以降出会ってなかったkoicさんでした。 謎の嗅覚で日本酒の美味しいお店を探しあてられてました。 スピーカーのjunk0612さんydah_さんS-H-GAMELINKSさんとコミッ

                                                        #RubyKaigi2024 の思い出 その1 - @ledsun blog
                                                      • はてな匿名ダイアリー(増田)のトラバツリーを開閉するTamperMonkeyスクリプト - ちょっとだけ長めのつぶやき

                                                        増田でこの記事を見つけて、TamperMonkeyで出来そうだったからやってみました。 anond.hatelabo.jp 動作保証もサポートもする気はないので、使い方が分からなかった人とか環境か何かで動かなかった人は潔く諦めてくださいね。 // ==UserScript== // @name 増田のトラバツリーを開閉 // @namespace http://tampermonkey.net/ // @version 2024-05-06 // @description try to take over the world! // @author You // @match https://anond.hatelabo.jp/* // @icon https://anond.hatelabo.jp/images/favicon.ico // @grant none // ==/UserS

                                                          はてな匿名ダイアリー(増田)のトラバツリーを開閉するTamperMonkeyスクリプト - ちょっとだけ長めのつぶやき
                                                        • Kubernetes 1.30: Multi-Webhook and Modular Authorization Made Much Easier

                                                          With Kubernetes 1.30, we (SIG Auth) are moving Structured Authorization Configuration to beta. Today's article is about authorization: deciding what someone can and cannot access. Check a previous article from yesterday to find about what's new in Kubernetes v1.30 around authentication (finding out who's performing a task, and checking that they are who they say they are). Introduction Kubernetes

                                                            Kubernetes 1.30: Multi-Webhook and Modular Authorization Made Much Easier
                                                          • KubeVirt + Astra Trident で Kuberentes上での仮想マシン利用 を 試してみる - Qiita

                                                            KubeVirt + Astra Trident で Kuberentes上での仮想マシン利用 を 試してみる 2023/07に KuveVirt の v1.0がリリースに関するアナウンスがされていました。 KubeVirtは Kubernetes基盤上で コンテナと仮想マシンの両方を 展開できる統合プラットフォームを提供します。 Kubernetes環境を検討しているなかで、簡単にコンテナ化できない既存の仮想マシンがある場合など、コンテナとVMを共存させたいような状況下での選択肢として 検討されることもあるのではないかと思います。 KubeVirtでは仮想マシンディスク部分を永続ボリュームに保存して利用できますので、KubeVirt + Astra Trident の 組み合わせで この動作を試してみました。また、Astra TridentのClone機能を利用して 仮想マシンの複製も試

                                                              KubeVirt + Astra Trident で Kuberentes上での仮想マシン利用 を 試してみる - Qiita
                                                            • Windows 11 tweaks & usability improvements

                                                              My personal (and very opinionated) tweaks to make a Windows 11 installation more bearable Why?Sometimes using Windows is inevitable. Windows 11 has gotten pretty annoying with loads of weird default settings, ads, tracking and a general infantilization of users. This is my personal collection of registry tweaks, which I apply to fresh Windows 11 installations to make the system more usable. Most t

                                                              • y-durableobjects で共同編集エディタを作る

                                                                はじめに の紹介記事です。Lexical と yjs の cloudflare workers 実装である、y-durableobjects を組み合わせて共同編集エディタを作ります。 使用するライブラリ 共同編集エディタを作る デモサイト。こういうのが作れます。 こちらのリポジトリにサンプルコードがあります。 Lexical で共同編集可能なエディタを作る Lexical の公式ドキュメントには、共同編集可能なエディタを作るためのサンプルコードがあるのでそれに従って実装します。 ws://localhost:8787 になっている部分は wrangler dev によって開かれる port に合わせて適宜変更してください。 import { LexicalComposer } from "@lexical/react/LexicalComposer"; import { ContentE

                                                                  y-durableobjects で共同編集エディタを作る
                                                                • 7.23.0 Released: Decorator Metadata and many new `import` features! · Babel

                                                                  We just released Babel 7.23.0! 🎉 It includes transform support for the Decorator Metadata, Source Phase Import, Deferred Import Evaluation, and Optional Chaining Assignment proposals. We also updated our parser to support the new TypeScript 5.2 version, and added a transform option to let you use the .ts extension within TypeScript imports. In addition to releasing version 7.23.0, we also recentl

                                                                  • Building a fully local LLM voice assistant to control my smart home

                                                                    Building a fully local LLM voice assistant to control my smart home I’ve had my days with Siri and Google Assistant. While they have the ability to control your devices, they cannot be customized and inherently rely on cloud services. In hopes of learning something new and having something cool I could use in my life, I decided I want better. The premises are simple: I want my new assistant to be

                                                                    • [Azure][AKS][GitHub Actions]Kubernetesバージョンアップで焦る前にapiVersionのdeprecatedとremovedをPlutoで検知する

                                                                      kubeconformとplutoはあとで検証してブログ書く — adachinSRE (@adachin0817) November 13, 2023 https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md https://kubernetes.io/docs/reference/using-api/deprecation-guide/ 最近、AKS Kubernetesのバージョンアップを対応しているのですが、進めるに当たって上記、KubernetesのChange LogとBreaking Changeの差分を1年に一回、目grepするのは非常にボリュームが多いのとツラくなります。そこで、Plutoを利用すればManifestやクラスターのapiVersionに対してdeprec

                                                                      • もしもの時のためのログの保存と解析 - freee Developers Hub

                                                                        この記事はfreee 基盤チーム Advent Calendar 2023 の23日目の記事です。 23日目の記事なのに、現在の時刻は12/23 23:55です。 PSIRT*1のeijiです。 もしもの時に備えてログを取りまくり、事が起きればログの海に溺れる毎日ですが、今年もいろいろありました。 TL;DR もしもの時のために、AWS上で「ログを保存する」、「ログを解析する」を整理しておきます。 前置き freeeでは、毎年新人の皆さんにHardeningを実施しています。 flagを見つけたら点数を稼げるCTF*2とは異なり、incident responseを模したHardeningでは脆弱性を修正しただけでは評価されません。 freeeでのHardeningは、一言で言うと、容赦ない攻撃を受ける中で脆弱性を含むsystemを如何に修正しつつ運用するかというゲームだからです。 Har

                                                                          もしもの時のためのログの保存と解析 - freee Developers Hub
                                                                        • 画像生成AIモデルに彼女の写真を学習させて、すごい写真ができました。今日はコンピューターの調子が良いぞ。 - Qiita

                                                                          画像生成AIモデルに彼女の写真を学習させて、すごい写真ができました。今日はコンピューターの調子が良いぞ。機械学習DeepLearningポエムChatGPTQwen 前回のあらすじ。 noise_scheduler = DDPMScheduler( beta_start=0.00085, beta_end=0.012, beta_schedule="scaled_linear", num_train_timesteps=2000 ) num_train_timesteps=2000 この値を1000から2000にすることでブロックノイズが消えます。生成途中で打ち切っていたということです。 トレーニング画像。 生成された画像。 !pip install -qq git+https://github.com/huggingface/diffusers.git accelerate tensor

                                                                            画像生成AIモデルに彼女の写真を学習させて、すごい写真ができました。今日はコンピューターの調子が良いぞ。 - Qiita
                                                                          • AWS Configの外部リソース(GitLab)に対するカスタムルール構築をTerraformで自動化する - Qiita

                                                                            はじめに AWS Config記事第2弾。 前回は、AWS管理リソースに対するルールと修復アクションの作成を自動化したが、今回は、外部のリソースをカスタムルールで検査してみる。 前回記事 本記事に必要な前提知識は以下の通り。 AWS+Terraformの基本的な知識 AWS Configの基本的な知識 AWS SDK for Python (Boto3)の基本的な知識 カスタムリソースの定義 まずは、検出する対象のカスタムリソースを定義する必要がある。 カスタムリソースはAWS公式の開発者ガイドを参考にしながら作成する。 なお、ドキュメント中に突如mvn packageというコマンドが登場するが、おそらく間違っていて、cfn packageが正しいと思われる。 上記ページに書いてあるcfn init後に、mycustomnamespace-testing-wordpress.jsonの代わ

                                                                              AWS Configの外部リソース(GitLab)に対するカスタムルール構築をTerraformで自動化する - Qiita
                                                                            • [Ansible / K3s] 2023年版AWXクイックインストールガイド - zaki work log

                                                                              本エントリは、Ansible Advent Calendar 2023の6日目の記事になります。 AWXのセットアップがDocker ComposeからKubernetes環境になって手を出しづらくなったとか、インストール方法がわかりづらいなどの声を観測範囲で聞くことがあったので、ローカル環境で簡単に始められる手順についてまとめた。 大まかな手順の流れは以下の通り。 Kubernetesの準備 AWX Operatorのデプロイ AWXのデプロイ (追記) ちなみに2と3は手順としては1回にまとめられる(後述) 本編は解説用に分けてデプロイしている。 Kubernetesの準備 K3sを使ったKubernetesのセットアップ VMに直接インストールする場合 Docker上にインストールする場合 kind / Minikubeの場合 AWXのデプロイ AWX Operatorのデプロイ A

                                                                                [Ansible / K3s] 2023年版AWXクイックインストールガイド - zaki work log
                                                                              • Zero Trust and Docker Desktop: An Introduction | Docker

                                                                                Today’s digital landscape is characterized by frequent security breaches resulting in lost revenue, potential legal liability, and loss of customer trust. The Zero Trust model was devised to improve an organization’s security posture and minimize the risk and scope of security breaches. In this post, we explore Zero Trust security and walk through several strategies for implementing Zero Trust wit

                                                                                  Zero Trust and Docker Desktop: An Introduction | Docker
                                                                                • Velero を使用した Amazon EKS クラスターリソースのバックアップとリストア | Amazon Web Services

                                                                                  Amazon Web Services ブログ Velero を使用した Amazon EKS クラスターリソースのバックアップとリストア この記事は Backup and restore your Amazon EKS cluster resources using Velero (記事公開日: 2021 年 12 月 1 日) を翻訳したものです。 2023 年 9 月 9 日更新: この記事はもともと 2021 年 12 月 1 日に掲載されました。最新の EKS バージョンと Velero Helm チャートの変更をサポートするため、このブログ記事のウォークスルー手順を更新しました。 世界中の企業がマイクロサービスをカプセル化するためにコンテナを採用しており、その多くはコンテナ化されたアプリケーションのデプロイ、スケーリング、管理を自動化するために Kubernetes を選択して

                                                                                    Velero を使用した Amazon EKS クラスターリソースのバックアップとリストア | Amazon Web Services