サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
Google I/O
www.redhat.com
No versions of Red Hat Enterprise Linux (RHEL) are affected by this CVE. Updated March 30, 2024: We have determined that Fedora Linux 40 beta does contain two affected versions of xz libraries - xz-libs-5.6.0-1.fc40.x86_64.rpm and xz-libs-5.6.0-2.fc40.x86_64.rpm. At this time, Fedora 40 Linux does not appear to be affected by the actual malware exploit, but we encourage all Fedora 40 Linux beta us
As part of the Innovative Optical and Wireless Network (IOWN) initiative, NTT Corporation (NTT) and Red Hat, Inc., in collaboration with NVIDIA and Fujitsu, have jointly developed a solution to enhance and extend the potential for real-time artificial intelligence (AI) data analysis at the edge. Using technologies developed by the IOWN Global Forum and built on the foundation of Red Hat OpenShift,
redhat.comを閲覧される際に、お勧めのリソースが表示されます。とりあえず、こちらをお試しください。 Red Hat 製品一覧技術トピックスRed Hat のリソース
変更データキャプチャは、データにいつどのような変更が発生したかを追跡し、それらの変更に対応する必要がある他のシステムやサービスに警告するための実証済みのデータ統合パターンです。変更データキャプチャは、データに依存するすべてのシステム間で一貫性と機能を維持するのに役立ちます。 データはあらゆるビジネスの基本です。しかし、そのデータは常に更新や変更が行われており、それが課題となっています。そして、企業はこれらの変化に遅れずについていく必要があります。取引、注文、在庫、顧客など、いずれにおいても、最新のリアルタイムデータを保持することは、ビジネスを継続するために不可欠です。発注書が更新されたとき、新規顧客が登録されたとき、支払いを受領したときなどには、重要なビジネスプロセスを完了するために、企業のあらゆるアプリケーションに通知する必要があります。 ソースデータベース (多くの場合、Oracle、
Red Hat Product Security is pleased to announce that official Red Hat vulnerability data is now available in a new format called the Vulnerability Exploitability eXchange (VEX). In April 2023, we mentioned in an article titled “The future of Red Hat security data”, that Red Hat was working on providing a new security data format. This new format has been created to replace the old OVAL data format
Here are 5 ways to optimize Linux container size and build small images. When Docker exploded onto the scene a few years ago, it brought containers and container images to the masses. Although Linux containers existed before then, Docker made it easy to get started with a user-friendly command-line interface and an easy-to-understand way to build images using the Dockerfile format. But while it ma
I spent a lot of time walking this weekend thinking about the reaction from our industry to my last blog post. We’ve been called evil; I was called an IBM exec who was installed to turn Red Hat closed source — and that’s only the “nice” stuff. So let’s clear things up. My name is Mike McGrath, and I’m the Vice President of Core Platforms Engineering at Red Hat. I’ve been here for 16 years, and bef
For a more detailed explanation of these changes, please read Mike McGrath's follow-on post at https://www.redhat.com/en/blog/red-hats-commitment-open-source-response… More than two years ago, Red Hat introduced CentOS Stream as the focal point for collaboration around Red Hat Enterprise Linux (RHEL). CentOS Stream shortens the feedback window between Red Hat engineers and partners, customers, and
In August 2022, Dan Walsh (one of the authors of this article) moved out of his role as container runtimes architect at Red Hat to architect for the Red Hat Enterprise Linux (RHEL) for Edge team. Specifically, he has moved to the Red Hat In-Vehicle Operating System (RHIVOS) Containers On Wheels (COW) team. You might notice some Podman enhancements coming directly from the RHIVOS COW team, like Mak
Late last year, we introduced a Red Hat Ansible Certified Collection Collection for Terraform. This was an important step in automation, as these two tools really are great together and leveraging Ansible\'s ability to orchestrate other tools in the enterprise made this a no-brainer. Terraform with its infrastructure as code (IaC) provisioning and Ansible's strength in configuration as code are a
Quadlet, a tool merged into Podman 4.4, hides the complexity of running containers under systemd to make it easier to maintain unit files written from scratch. One of the best features of Podman is how well it works with systemd. Podman uses the standard fork/exec model, which is easily adaptable to the systemd system and service manager model. [ Download now: Podman basics cheat sheet ] In Podman
REST と SOAP は、オンラインデータ送信に対する 2 つの異なるアプローチです。具体的にはどちらも、Web アプリケーション間のデータ通信を可能にするアプリケーション・プログラミング・インタフェース (API) の構築方法を定義します。 Representational State Transfer (REST) は、一連のアーキテクチャ原則です。Simple Object Access Protocol (SOAP) は、World Wide Web Consortium (W3C) が管理する公式プロトコルです。主な違いは、SOAP はプロトコルであるが、REST はプロトコルではないという点です。通常、API は、開発者のユースケースや好みに応じて、REST または SOAP に準拠します。 API について詳しくはこちらAPI オーナーのマニュアル (日本語) をダウンロー
Podman が他のコンテナエンジンと異なるのは、デーモンを使用しないという点です。つまり、コンテナを実行するのに、root 権限を持つプロセスを必要としません。 デーモンとは、システムのバックグラウンドで実行されるプロセスで、これによって、ユーザー・インタフェースを使用しないでコンテナを稼働させます。ユーザーとコンテナの通信を仲介するプロセスと考えると良いでしょう。 デーモンはコンテナ環境を管理する上では便利な方法だと言えますが、セキュリティの脆弱性をもたらす可能性もあります。多くのデーモンは、root 権限で実行されます。Linux システムでは、root アカウントは管理アクセス権を持つスーパーユーザーとして、(管理者認証を行うことなく) ファイルの読み取り、プログラムのインストール、アプリケーションの編集などを行うことができます。このため、デーモンは、コンテナを制御してホストシステ
Today, IBM announced that the Red Hat and IBM Storage businesses are coming together as a single group within IBM. By combining our mission, teams and technologies, we will be able to more fully harness our strengths to grow this business further and faster, accelerate innovation in cloud-native software-defined storage, drive new capabilities for IBM and Red Hat customers, and position IBM to com
One of the most asked about topics to folks working on upstream container technologies is running Podman within a container. Most of this has historically been related to Docker in Docker (DIND), but now, people also want to run Podman in Podman (PINP) or Podman in Docker (PIND). But Podman can be run in multiple ways, rootful and rootless. We end up with people wanting to run various combinations
In software development, things change at incredible speed due to improvements in hardware and environments. For the same reason, tools change. Sometimes, older tools do not adapt well to changes, so they eventually fade and are replaced by other utilities (with the debatable point of the new tools being better than the previous ones). This article shares a handful of older tools that you might be
Red Hat, Inc., the world's leading provider of open source solutions, today introduced Red Hat Enterprise Linux 9, the Linux operating system designed to drive more consistent innovation across the open hybrid cloud, from bare metal servers to cloud providers and the farthest edge of enterprise networks. Red Hat Enterprise Linux 9 is designed to drive enterprise transformation in parallel with evo
Rationale The entire premise behind GitOps is to use Git as the source of truth for infrastructure and application configuration, taking advantage of Git workflows, while at the same time, having automation that realizes the configurations described in Git repositories (GitOps operators when we are deploying to Kubernetes). That said, both infrastructure configuration and application configuration
PowerShellPowerShell は Windows に付属しているタスクベースのコマンドラインシェルおよびスクリプト言語です。 Red Hat Ansible Automation Platform を使用すると、最新の Windows システムを自動化できます。.NET と DSC のあらゆる機能を自動化でき、他のスクリプト言語をインストールする必要はありません。 Windows Remote Management (WinRM)WinRM は Microsoft が組み込みで提供している HTTP ベースのリモート管理テクノロジーです。ログインが非対話式であるため、ダブルホップ認証や Windows の更新など一部のタスクの実行は簡単ではありません。 Red Hat Ansible Automation Platform を使えば、認証をコード化し、Windows で行うこれ
GitOps は、Git リポジトリを信頼できる唯一の情報源として使用し、インフラストラクチャをコードとして提供します。登録されたコードは CI プロセスでチェックされ、CD プロセスではセキュリティやコードとしてのインフラストラクチャなど、アプリケーションフレームワークに設定された境界線に関する要件がチェックおよび適用されます。コードの変更はすべて追跡されるため、アップデートが容易になると同時に、ロールバックが必要な場合のバージョン管理も可能です。 GitOps が提供するもの: アプリケーション開発のための標準的なワークフローアプリケーション要件を事前に設定することによるセキュリティの向上Git による可視化とバージョン管理で信頼性を向上あらゆるクラスタ、クラウド、オンプレミス環境における一貫性GitOps フレームワークの構築には、他にも多くのツールを併用できます。たとえば、git
[Update: Red Hat Enterprise Linux 9 was released in May 2022. Read more about it here, Hot Off the Presses: Red Hat Enterprise Linux 9.] Red Hat Enterprise Linux (RHEL) 9 Beta is now available and delivers exciting new features and many more improvements. RHEL 9 Beta is based on upstream kernel version 5.14 and provides a preview of the next major update of RHEL. This release is designed for deman
IntroductionWhen working with Kubernetes or OpenShift in a multicluster (possibly hybrid cloud) deployment, one of the considerations that comes up is how to direct traffic to the applications deployed across these clusters. To solve this problem, we need a global load balancer. The diagram above depicts an application called “app” deployed to two Kubernetes clusters and accessible via Ingress or
For customersCustomer supportSubscription managementSupport casesRed Hat Ecosystem CatalogFind a partnerFor partnersPartner portalPartner supportBecome a partner Try, buy, & sellRed Hat StoreContact salesStart a trialLearning resourcesTraining and certification Hybrid cloud learning hubInteractive labsLearning communityRed Hat TVArchitecture centerOpen source communitiesGlobal advocacyHow we contr
Experiment, learn, and solve real-world problems with pre-configured Ansible environments that run in your browser and at your convenience.
Continuous integration and continuous delivery/deployment (CI/CD) describes a set of practices for delivering applications and infrastructure using automation, continuous monitoring, and GitOps processes. CI/CD pipelines emerge when incremental code changes are made frequently and reliably, triggering various levels of automation, resulting in operational deployment. CI/CD tools designed to work w
Ansible® は、プロビジョニング、構成管理、アプリケーションのデプロイメント、オーケストレーション、その他多くの IT プロセスを自動化する、オープンソースの IT 自動化エンジンです。 Ansible を使用すると、ソフトウェアのインストール、日常的なタスクの自動化、インフラストラクチャとネットワーク・コンポーネントのプロビジョニング、セキュリティとコンプライアンスの向上、システムへのパッチ適用、複雑なワークフローのオーケストレーションが可能になります。 Red Hat® Ansible Automation Platform は、Ansible のコミュニティバージョンを基礎として構築されていますが、エンタープライズ・ライフサイクルを完全にサポートし、組織による自動化の標準化、運用化、および拡張を支援するための機能が含まれています。 この記事では、コミュニティ版 Ansible
GraphQL (グラフキューエル、グラフQL) とは、API (アプリケーション・プログラミング・インタフェース向けのクエリ言語とサーバーサイドのランタイムの両方を指します。GraphQL は、クライアントがリクエストしたデータのみを返すことを優先します。 GraphQL は、API の速度、柔軟性、開発者にとっての使いやすさを向上させるために設計されました。GraphiQL と呼ばれる統合開発環境 (IDE) にデプロイすることもできます。GraphQL は REST の代わりに、データを複数のデータソースから取得するリクエストを 1 つの API 呼び出しで構成できます。 さらに、GraphQL によって、既存のクエリに影響を与えずに、フィールドを追加したり、その使用を停止したりできるため、API の柔軟な保守が可能です。開発者は API を任意の方法で構築することができ、構築された
API は、アプリケーション・ソフトウェアを構築および統合するための一連のツール、定義、およびプロトコルです。情報プロバイダーと情報ユーザーの間の契約とみなされることもあり、コンシューマー (呼び出し) から要求されるコンテンツとプロデューサー (応答) によって要求されるコンテンツを確立します。たとえば気象情報サービスの API 設計では、ユーザーが郵便番号を指定すると、プロデューサーが最高気温と最低気温という 2 種類の回答を返すようにできます。 言い換えると、コンピュータやシステムと対話して情報を取得したり関数を実行したりするとき、要求内容をシステムが把握して実行できるように、API は目的の動作をシステムに伝達します。 API は、ユーザーまたはクライアントと、取得対象のリソースや Web サービスとの仲介者と考えることができます。組織がリソースと情報を共有しながら、セキュリティ、
オープンソース・ソリューションのプロバイダーとして世界をリードするRed Hat, Inc.は本日、自動車業界向けに機能安全認証を受けた、進化するLinuxオペレーティングシステムを提供する方針を発表しました。世界をリードするエンタープライズLinuxプラットフォームであるRed Hat Enterprise Linuxの信頼できるコンポーネントに基づき、様々な業界にわたる機能安全分野のリーダーであるexidaと共同で開発されるこのオペレーティングシステムは、そのライフサイクル全体を通じて継続的にアップデートされ、しかも重要な機能安全認証を維持するように設計されます。この製品は、車載用ソフトウェアのエコシステムにより大きな柔軟性をもたらします。基盤コンポーネントについてはRed Hatが開発およびメンテナンスを行い、exidaが継続的に認証するため、自動車メーカーとそのパートナーは、基盤コ
次のページ
このページを最初にブックマークしてみませんか?
『redhat.com | Red Hat responds.』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く