<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Feature | PFCP</title>
    <link>https://pfcomputing.com/en/categories/feature/</link>
    <description>Feature</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 13 Jul 2026 16:00:00 +0900</lastBuildDate>
    <atom:link href="https://pfcomputing.com/en/categories/feature/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Markdown version of each page in the PFCP User Guide is now available</title>
      <link>https://pfcomputing.com/en/news/20260713-2/</link>
      <pubDate>Mon, 13 Jul 2026 16:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260713-2/</guid>
      <description><![CDATA[<p>Each page of the PFCP User Guide (docs.pfcomputing.com) is now available in Markdown format.</p>
<p>You can obtain the Markdown version simply by changing the file extension in the URL from <code>.html</code> to <code>.md</code>.</p>
<ul>
<li>HTML version: <a href="https://docs.pfcomputing.com/en/glossary.html">https://docs.pfcomputing.com/en/glossary.html</a></li>
<li>Markdown version: <a href="https://docs.pfcomputing.com/en/glossary.md">https://docs.pfcomputing.com/en/glossary.md</a></li>
</ul>
<p>A &ldquo;View as Markdown&rdquo; button has also been added to the menu bar of each page, which takes you to the Markdown version when clicked.</p>
<p>This is useful when Markdown is easier to work with than HTML, such as when feeding documentation to an AI agent.</p>
]]></description>
    </item>
    <item>
      <title>English version of &#34;PFCP News&#34; is now available</title>
      <link>https://pfcomputing.com/en/news/20260713/</link>
      <pubDate>Mon, 13 Jul 2026 13:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260713/</guid>
      <description><![CDATA[<p>We have now released the English version of &ldquo;PFCP News&rdquo;.</p>
<ul>
<li>English version: <a href="https://pfcomputing.com/en/news/">https://pfcomputing.com/en/news/</a></li>
</ul>
<p>You can switch between Japanese and English versions using the language selection menu at the bottom of the page.</p>
]]></description>
    </item>
    <item>
      <title>English version of PFCP User Guide is now available</title>
      <link>https://pfcomputing.com/en/news/20260706/</link>
      <pubDate>Mon, 06 Jul 2026 15:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260706/</guid>
      <description><![CDATA[<p>The English version of the PFCP User Guide is now available.</p>
<ul>
<li>English version: <a href="https://docs.pfcomputing.com/en/">https://docs.pfcomputing.com/en/</a></li>
</ul>
<p>You can switch between Japanese and English using the language switcher menu in the upper right corner of the page.</p>
<p>The English version has been created based on machine translation, with the Japanese version as the authoritative source. If there are any discrepancies, please refer to the Japanese version.</p>
]]></description>
    </item>
    <item>
      <title>MySQL clusters can now be easily created using MOCO</title>
      <link>https://pfcomputing.com/en/news/20260623/</link>
      <pubDate>Tue, 23 Jun 2026 14:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260623/</guid>
      <description><![CDATA[<p>You can now easily create MySQL clusters on PFCP using <a href="https://cybozu-go.github.io/moco/">MOCO</a>.
You can also use MOCO&rsquo;s features together with <a href="https://docs.pfcomputing.com/cluster/id-federation.html">public cloud ID federation</a> to manage backup operations.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/database.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>KEDA ScaledJob is now supported for automatic horizontal scaling of Jobs</title>
      <link>https://pfcomputing.com/en/news/20260519/</link>
      <pubDate>Tue, 26 May 2026 08:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260519/</guid>
      <description><![CDATA[<p>KEDA ScaledJob is now supported for automatic horizontal scaling of Jobs. In addition to ScaledObject for workload horizontal scaling, you can now use ScaledJob for Jobs.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/keda.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>`SealedSecret` is now available for managing sensitive data with GitOps</title>
      <link>https://pfcomputing.com/en/news/20260415/</link>
      <pubDate>Wed, 15 Apr 2026 09:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260415/</guid>
      <description><![CDATA[<p>The Kubernetes custom resource <code>SealedSecret</code> is now available for managing sensitive data using GitOps practices. <code>SealedSecret</code> allows you to encrypt sensitive data and store it in a Git repository. When applied to a cluster, the resource is decrypted using the cluster&rsquo;s encryption key and expanded into a standard <code>Secret</code> resource.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/sealed-secrets.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>Kubernetes Dashboard Headlamp is now available</title>
      <link>https://pfcomputing.com/en/news/20260225-2/</link>
      <pubDate>Wed, 25 Feb 2026 14:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260225-2/</guid>
      <description><![CDATA[<p>Headlamp, a web UI for Kubernetes clusters, is now available on PFCP.
In Headlamp, you can browse resources such as Pods, Deployments, and ReservedNodes from your browser according to your permissions.
For some resources, you can also perform operations such as create, update, and delete.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/headlamp.html">User Guide</a>.</p>
<p><img src="/en/news/20260225-2/headlamp-01.png" alt="Headlamp Screen 1"><br>
<em>Figure 1: Browse view for resources such as Pods and Deployments</em></p>
<p><img src="/en/news/20260225-2/headlamp-02.png" alt="Headlamp Screen 2"><br>
<em>Figure 2: Manifest editing (left panel) and detailed information display including Prometheus metrics (right panel)</em></p>
]]></description>
    </item>
    <item>
      <title>MN-Core SDK v0.4 Released</title>
      <link>https://pfcomputing.com/en/news/20260225-1/</link>
      <pubDate>Wed, 25 Feb 2026 12:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260225-1/</guid>
      <description><![CDATA[<p>MN-Core SDK v0.4 has been released and is now available on PFCP.</p>
<p>You can check the list of currently available container images and tags at <a href="https://console.pfcomputing.com/images">https://console.pfcomputing.com/images</a>.</p>
<p>The main updates in this release are as follows.</p>
<ul>
<li>Compiler performance improvements, bug fixes, and version updates for various dependency libraries</li>
<li>Added the <a href="https://pfcomputing.com/mlsdk/ja/">Migration Guide (MLSDK)</a></li>
<li>Expanded MLSDK examples (<code>/opt/pfn/pfcomp/codegen/MLSDK/examples/</code>)</li>
</ul>
]]></description>
    </item>
    <item>
      <title>Organization resource quotas are now visible in a Grafana dashboard</title>
      <link>https://pfcomputing.com/en/news/20260225/</link>
      <pubDate>Wed, 25 Feb 2026 08:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260225/</guid>
      <description><![CDATA[<p>You can now check organization-wide resource quotas in a Grafana dashboard.</p>
<p>In the <code>PFCP &gt; HNC / HRQ / Tenant Resource Hard Limit &amp; Usage</code> dashboard, you can view limits and usage for Hierarchical Resource Quota.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/resource-quota.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>PFCP Portal is now available in English</title>
      <link>https://pfcomputing.com/en/news/20260212/</link>
      <pubDate>Thu, 12 Feb 2026 09:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260212/</guid>
      <description><![CDATA[<p><a href="https://console.pfcomputing.com/">PFCP Portal</a> is now available in English.
You can switch the language from the settings menu at the top right of the page.</p>
<p>The English version of the user guide will also be available soon.</p>
]]></description>
    </item>
    <item>
      <title>GitHub Actions jobs can now be run on PFCP</title>
      <link>https://pfcomputing.com/en/news/20260202/</link>
      <pubDate>Mon, 02 Feb 2026 09:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20260202/</guid>
      <description><![CDATA[<p>You can now run GitHub Actions jobs on PFCP.
This enables you to build CI/CD pipelines that leverage cluster resources.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/github-actions.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>Ingress visibility can now be restricted to specific users in an organization</title>
      <link>https://pfcomputing.com/en/news/20251121/</link>
      <pubDate>Fri, 21 Nov 2025 17:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20251121/</guid>
      <description><![CDATA[<p>When publishing workloads to the internet as web applications using Ingress, you can now restrict visibility.
You can limit access to specific users or user groups within your organization.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/publishing-webapp.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>ParallelJob custom resource for distributed batch processing (Experimental) is now available</title>
      <link>https://pfcomputing.com/en/news/20251120/</link>
      <pubDate>Thu, 20 Nov 2025 10:31:12 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20251120/</guid>
      <description><![CDATA[<p>The ParallelJob custom resource is now available to easily run distributed batch processing on Kubernetes clusters.
ParallelJob is a Kubernetes custom resource that simplifies deployment and management of distributed batch jobs that coordinate across multiple nodes.</p>
<p>Because this is an experimental feature, the API schema may change in the future.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/parallel-job.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>File storage is now available on shared nodes for persistent storage</title>
      <link>https://pfcomputing.com/en/news/20251110/</link>
      <pubDate>Mon, 10 Nov 2025 15:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20251110/</guid>
      <description><![CDATA[<p>In addition to block storage (RWO), file storage (RWX) is now available for persistent storage on shared nodes. Regardless of whether nodes are dedicated or shared, you can mount and use storage across Pods.</p>
<p>For detailed usage, see <a href="https://docs.pfcomputing.com/cluster/file-storage.html">File Storage</a> and <a href="https://docs.pfcomputing.com/cluster/shared-nodes.html">Shared Nodes</a>.</p>
]]></description>
    </item>
    <item>
      <title>You can now connect to workspaces from Visual Studio Code</title>
      <link>https://pfcomputing.com/en/news/20251030/</link>
      <pubDate>Thu, 30 Oct 2025 09:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20251030/</guid>
      <description><![CDATA[<p>You can now connect to environments created with the Workspace feature from <a href="https://azure.microsoft.com/products/visual-studio-code">Visual Studio Code (VS Code)</a>.
You can use your local configured VS Code environment to edit code and debug.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/vscode.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>External event-driven workload autoscaling with KEDA is now available</title>
      <link>https://pfcomputing.com/en/news/20250929/</link>
      <pubDate>Mon, 29 Sep 2025 10:31:12 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20250929/</guid>
      <description><![CDATA[<p>External event-driven horizontal autoscaling for workloads with KEDA is now available.
<a href="https://keda.sh/">KEDA</a> enables automatic scaling of Pod replicas based on external events, which is not possible with the standard Horizontal Pod Autoscaler alone.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/keda.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>Persistent storage snapshot feature is now available</title>
      <link>https://pfcomputing.com/en/news/20250806/</link>
      <pubDate>Wed, 06 Aug 2025 18:30:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20250806/</guid>
      <description><![CDATA[<p>The persistent storage snapshot feature is now available.
You can save and restore volume state, making it useful for backups and other scenarios.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/volume-snapshots.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>Workspace presets are now available</title>
      <link>https://pfcomputing.com/en/news/20250730-2/</link>
      <pubDate>Wed, 30 Jul 2025 09:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20250730-2/</guid>
      <description><![CDATA[<p>The workspace preset feature is now available.
By defining and sharing workspace configurations in advance, you can simplify the management of workspaces that use similar setups.</p>
<p>For details, see the <a href="https://docs.pfcomputing.com/cluster/workspace.html">User Guide</a>.</p>
]]></description>
    </item>
    <item>
      <title>New tutorial released: Importing cloud storage data into clusters</title>
      <link>https://pfcomputing.com/en/news/20250729/</link>
      <pubDate>Tue, 29 Jul 2025 09:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20250729/</guid>
      <description><![CDATA[<p>We have published a new PFCP User Guide tutorial: &ldquo;Importing cloud storage data into clusters.&rdquo;</p>
<ul>
<li><a href="https://docs.pfcomputing.com/tutorials/transfer-data.html">Importing cloud storage data into clusters - Preferred Computing Platform (PFCP) User Guide</a></li>
</ul>
<p>This tutorial walks through a scenario where you configure identity federation with a public cloud and securely copy data stored in user-managed AWS S3 to a Persistent Volume on PFCP. Please give it a try.</p>
]]></description>
    </item>
    <item>
      <title>Workloads can now be published as authenticated Web APIs</title>
      <link>https://pfcomputing.com/en/news/20250717/</link>
      <pubDate>Thu, 17 Jul 2025 09:00:00 +0900</pubDate>
      <guid>https://pfcomputing.com/en/news/20250717/</guid>
      <description><![CDATA[<p>The API Identity-Aware Proxy feature is now available, allowing you to publish workloads as web APIs with authentication.
You can now host web APIs on PFCP clusters.</p>
<p>Authentication is configured automatically for each published web API, and access requires a Kubernetes ServiceAccount token.
For detailed usage, see the <a href="https://docs.pfcomputing.com/cluster/publishing-api.html">User Guide</a>.</p>
]]></description>
    </item>
  </channel>
</rss>
