<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: KubeSphere</title>
    <description>The latest articles on DEV Community by KubeSphere (@kubesphere).</description>
    <link>https://dev.to/kubesphere</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F749347%2Fce98f795-3c41-4020-b6c9-8821bb3a11a7.jpg</url>
      <title>DEV Community: KubeSphere</title>
      <link>https://dev.to/kubesphere</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kubesphere"/>
    <language>en</language>
    <item>
      <title>Rancher vs OpenShift vs KubeSphere: trade-offs nobody tells you about</title>
      <dc:creator>KubeSphere</dc:creator>
      <pubDate>Fri, 30 Jan 2026 07:23:41 +0000</pubDate>
      <link>https://dev.to/kubesphere/rancher-vs-openshift-vs-kubesphere-trade-offs-nobody-tells-you-about-26cp</link>
      <guid>https://dev.to/kubesphere/rancher-vs-openshift-vs-kubesphere-trade-offs-nobody-tells-you-about-26cp</guid>
      <description>&lt;p&gt;Choosing a Kubernetes management platform is rarely about features.It’s about what kind of complexity you’re willing to live with.&lt;/p&gt;

&lt;p&gt;Over the past few years, we’ve evaluated and worked with several Kubernetes platforms in real environments. Rancher, OpenShift, and KubeSphere often come up in the same conversations, but discussions usually stop at surface-level comparisons.&lt;/p&gt;

&lt;p&gt;This article is not a feature checklist. Instead, it focuses on the less obvious trade-offs that tend to matter after the initial setup — especially for small to mid-sized platform teams.&lt;/p&gt;

&lt;h2&gt;
  
  
  The context most comparisons ignore
&lt;/h2&gt;

&lt;p&gt;Most teams evaluating Kubernetes platforms share a few constraints:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Limited platform engineering headcount&lt;/li&gt;
&lt;li&gt;Existing Kubernetes clusters already running in production&lt;/li&gt;
&lt;li&gt;A need to balance developer experience with operational control&lt;/li&gt;
&lt;li&gt;No appetite for vendor lock-in, but also no time to build everything from scratch&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Under these conditions, the “best” platform is rarely the most powerful one. It’s the one that fits how your team actually works.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rancher: operational flexibility at the cost of coherence
&lt;/h2&gt;

&lt;p&gt;Rancher is often chosen because it feels lightweight and non-opinionated. It doesn’t try to redefine how Kubernetes works, and that’s a strength.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What works well:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cluster lifecycle management is straightforward&lt;/li&gt;
&lt;li&gt;Supports multiple Kubernetes distributions&lt;/li&gt;
&lt;li&gt;Easy to integrate into existing environments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The trade-offs people don’t talk about:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Rancher acts more like a control plane than a platform&lt;/li&gt;
&lt;li&gt;Many higher-level workflows (CI/CD, observability, application delivery) are still external&lt;/li&gt;
&lt;li&gt;Teams often end up stitching together multiple tools themselves&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In practice, Rancher works best for teams that already have a clear platform architecture and want a central place to manage clusters — not necessarily to standardize developer workflows.&lt;/p&gt;

&lt;h2&gt;
  
  
  OpenShift: strong opinions, strong gravity
&lt;/h2&gt;

&lt;p&gt;OpenShift is closer to a full enterprise platform than a Kubernetes management tool. It comes with a well-integrated stack and clear operational patterns.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What works well:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tight integration across the stack&lt;/li&gt;
&lt;li&gt;Strong security defaults&lt;/li&gt;
&lt;li&gt;Clear operational model at scale&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The trade-offs people discover later:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Operational complexity is front-loaded&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Customization often means working with or around the platform’s opinions&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Costs (both licensing and operational) can become significant&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;OpenShift tends to work best when the organization is ready to fully commit to its ecosystem. Partial adoption often leads to friction rather than simplicity.&lt;/p&gt;

&lt;h2&gt;
  
  
  KubeSphere: integration without full lock-in
&lt;/h2&gt;

&lt;p&gt;KubeSphere sits somewhere between a pure management layer and an enterprise platform. It builds on upstream Kubernetes and CNCF projects, while adding a unified interface and workflow layer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What tends to work well:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lower entry cost for teams already running Kubernetes&lt;/li&gt;
&lt;li&gt;Integrated views for workloads, DevOps pipelines, and observability&lt;/li&gt;
&lt;li&gt;Built on open-source components with extensibility in mind&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The less obvious trade-offs:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Some advanced scenarios still require understanding the underlying Kubernetes primitives&lt;/li&gt;
&lt;li&gt;Teams expecting a fully abstracted platform may need to adjust expectations&lt;/li&gt;
&lt;li&gt;The platform is most effective when teams actively adopt its workflows, not just install it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;KubeSphere often fits teams that want more structure than DIY, but less rigidity than a fully opinionated enterprise platform.&lt;/p&gt;

&lt;h2&gt;
  
  
  The real decision is about team maturity
&lt;/h2&gt;

&lt;p&gt;Across these platforms, the most important factor isn’t scale — it’s team maturity and intent.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If your team values maximum flexibility and already has strong Kubernetes expertise, Rancher can stay out of the way.&lt;/li&gt;
&lt;li&gt;If your organization needs strict controls, compliance, and is willing to accept platform gravity, OpenShift provides a comprehensive path.&lt;/li&gt;
&lt;li&gt;If your goal is to reduce cognitive load without giving up open-source foundations, KubeSphere can be a practical middle ground.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What we learned the hard way
&lt;/h2&gt;

&lt;p&gt;The biggest mistake teams make is assuming a platform will eliminate complexity.&lt;br&gt;
In reality, platforms move complexity to different layers.&lt;/p&gt;

&lt;p&gt;The right question isn’t:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Which platform has the most features?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It’s:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Where do we want our complexity to live — and who is responsible for it?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Final thoughts
&lt;/h2&gt;

&lt;p&gt;There is no universally correct choice between Rancher, OpenShift, and KubeSphere. Each reflects a different philosophy about how Kubernetes should be consumed.&lt;/p&gt;

&lt;p&gt;Understanding those philosophies — and their trade-offs — matters far more than comparing dashboards or feature lists.&lt;/p&gt;

&lt;p&gt;If you’re evaluating these platforms today, it’s worth spending more time on how your team will operate six months after adoption, not just how fast you can install it.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>kubernetes</category>
      <category>ai</category>
      <category>docker</category>
    </item>
    <item>
      <title>KubeSphere Inspector Supports Configuring Scheduled Policies, Saving Inspection Data to the Cloud</title>
      <dc:creator>KubeSphere</dc:creator>
      <pubDate>Wed, 14 Jun 2023 07:32:08 +0000</pubDate>
      <link>https://dev.to/kubesphere/kubesphere-inspector-supports-configuring-scheduled-policies-saving-inspection-data-to-the-cloud-1oeg</link>
      <guid>https://dev.to/kubesphere/kubesphere-inspector-supports-configuring-scheduled-policies-saving-inspection-data-to-the-cloud-1oeg</guid>
      <description>&lt;h2&gt;
  
  
  What’s New
&lt;/h2&gt;

&lt;h3&gt;
  
  
  KubeSphere Inspector Supports Periodic Health Checks
&lt;/h3&gt;

&lt;p&gt;As enterprise core business environment security incidents occur more frequently, it is essential for companies to periodically perform cluster health checks and promptly address risk items based on inspection status. KubeSphere Inspector’s scheduled inspection feature allows users to configure inspection schedules according to diverse frequencies, including hourly, daily, weekly, and monthly, making it an indispensable measure in building business continuity.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hvMpW5Is--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bvn1pey7uwc419w4g8xs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hvMpW5Is--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bvn1pey7uwc419w4g8xs.png" alt="Image description" width="800" height="467"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  KubeSphere Inspector Supports Saving Inspection Data to the Cloud
&lt;/h3&gt;

&lt;p&gt;Recently, KubeSphere Inspector officially upgraded the cluster inspection component. Prior to the release of the new component, after completing an inspection task, KubeSphere Inspector users’ inspection data would be saved locally on the cluster. However, with the upgrade of the new component, inspection data will be securely saved to the KubeSphere Cloud to avoid data loss due to cluster changes or failures, allowing for more complete recording of the cluster’s health trends.&lt;/p&gt;

&lt;h3&gt;
  
  
  KubeSphere Inspector Supports the ARM64 Architecture
&lt;/h3&gt;

&lt;p&gt;As machines with ARM64 architecture are increasingly used, it becomes more necessary to adapt to multi-architecture images. KubeSphere Inspector now supports the ARM64 architecture, meeting the device health check requirements of more enterprises.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kubesphere.cloud/en/inspection/"&gt;Try Now →&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Our amazing discounts
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Try KubeSphere Inspector for free!
&lt;/h3&gt;

&lt;p&gt;Start a free trial of KubeSphere Inspector to scan 3 Kubernetes clusters at a time. Thanks to years of experience in production and O&amp;amp;M, it delivers high performance in automatic inspection. With nearly 50 built-in inspection items, it supports scheduled inspection and report subscription.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WWIm-2SX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dnveu6yzcmhfcy5lqmqh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WWIm-2SX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dnveu6yzcmhfcy5lqmqh.png" alt="Image description" width="800" height="168"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Monthly 10-hour free trial for KubeSphere Lite
&lt;/h3&gt;

&lt;p&gt;Get started with Kubernetes and KubeSphere in no time — enjoy a 10-hour free trial of a lightweight cluster with 2 vCPUs and 4GB memory per month!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--deZD9kDx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1xmqeneqn8mrbqicgkw8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--deZD9kDx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1xmqeneqn8mrbqicgkw8.png" alt="Image description" width="800" height="171"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Start KubeSphere Backup without paying a penny!
&lt;/h3&gt;

&lt;p&gt;Kickstart your KubeSphere Backup journey with a 30-day free trial of the Standard Edition — 500GB of managed storage and protection for up to 500 applications, all yours for nothing!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--M6ayVYGn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rota3ho40mf9b4wq39y6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--M6ayVYGn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rota3ho40mf9b4wq39y6.png" alt="Image description" width="800" height="162"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>KubeSphere Inspector now available: One-click automated inspection for Kubernetes clusters on any cloud!</title>
      <dc:creator>KubeSphere</dc:creator>
      <pubDate>Thu, 01 Jun 2023 02:59:35 +0000</pubDate>
      <link>https://dev.to/kubesphere/kubesphere-inspector-now-available-one-click-automated-inspection-for-kubernetes-clusters-on-any-cloud-28hf</link>
      <guid>https://dev.to/kubesphere/kubesphere-inspector-now-available-one-click-automated-inspection-for-kubernetes-clusters-on-any-cloud-28hf</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--w-xvSK7I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/up3gfd4ymkpmpuwvead5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--w-xvSK7I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/up3gfd4ymkpmpuwvead5.png" alt="Image description" width="800" height="336"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today, cloud-native architecture based on container technologies such as Kubernetes has become a widely popular new generation of enterprise IT infrastructure. In industries such as the internet, finance, and manufacturing, an increasing number of cloud-native applications are running in production environments.&lt;/p&gt;

&lt;p&gt;As enterprises grow, the number and scale of Kubernetes clusters continue to expand, with cluster states constantly changing, components updating and upgrading, and various problems such as CPU exceptions, kernel deadlocks, unresponsive container runtime daemons, and abnormal etcd health plaguing cluster administrators.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kubesphere.cloud/en/inspection/"&gt;KubeSphere Inspector&lt;/a&gt;, &lt;strong&gt;designed for Kubernetes clusters in multi-cloud environments, was officially released recently&lt;/strong&gt;. It perfectly solves the pain points of cluster administrators by checking whether the configurations of Kubernetes cluster nodes, components, etc. comply with best practices in real-time or periodically. This helps users detect container vulnerabilities and exposures (CVEs) in cluster components, services, and ports; analyze operational risks in Kubernetes; and push reports to ensure continuous and stable business operations while minimizing enterprise risk.&lt;/p&gt;

&lt;p&gt;The release of KubeSphere Inspector further enriches the &lt;a href="https://www.kubesphere.io/"&gt;KubeSphere&lt;/a&gt; cloud-native product matrix and accelerates enterprise cloud-native transformation together with KubeSphere &lt;a href="https://kubesphere.cloud/en/self-service/disaster-recovery/"&gt;Backup&lt;/a&gt; and &lt;a href="https://kubesphere.cloud/en/lite-cluster/"&gt;KubeSphere Lite&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feature Highlights
&lt;/h2&gt;

&lt;p&gt;Compared to traditional inspection methods based on white-box monitoring of cluster data, KubeSphere Inspector can diagnose the health status of Kubernetes clusters with one click and has four significant features:&lt;/p&gt;

&lt;h3&gt;
  
  
  Unified Management of Kubernetes Clusters
&lt;/h3&gt;

&lt;p&gt;Support unified management of Kubernetes clusters on any cloud, centrally monitor all inspection results, and configure periodic inspections, so that users have real-time control over the health status of clusters, nodes, and applications.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mCj0TAr0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dp24y81t41u6jyrh4r8u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mCj0TAr0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dp24y81t41u6jyrh4r8u.png" alt="Unified management of Kubernetes clusters" width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Commercial-grade Health Check
&lt;/h3&gt;

&lt;p&gt;Fully detect business-level requirements of control plane and node issues, such as kube-apiserver, etcd, and kube-controller-manager, CPU utilization, memory and disk pressure, and validation YAML specifications.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3NiqWr4S--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/60x9xl98jkvihlr8yfex.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3NiqWr4S--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/60x9xl98jkvihlr8yfex.png" alt="Risky items and repair suggestions" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Periodic Risk Check
&lt;/h3&gt;

&lt;p&gt;Supports scheduled (hourly, daily, weekly, monthly) health checks for cluster nodes and services and outputs inspection reports to periodically assess cluster health status and promptly address any abnormalities or risks.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LXDuwENI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8qos4m52jiy3omzcoo7x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LXDuwENI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8qos4m52jiy3omzcoo7x.png" alt="Enable periodic inspection" width="800" height="430"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Visualized Display and Reports
&lt;/h3&gt;

&lt;p&gt;Supports score of cluster health with one click, visualized display of inspection results, export of inspection results, and periodic report by email, which greatly helps users monitor cluster health and change modifications when necessary.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gIKajJX7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rdpf7k9g3jh1bjz98ixs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gIKajJX7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rdpf7k9g3jh1bjz98ixs.png" alt="Visualized display of inspection results" width="800" height="430"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Use Cases
&lt;/h2&gt;

&lt;p&gt;KubeSphere Inspector can greatly help both cluster administrators and developers by reducing manual checks and troubleshooting efforts while ensuring the safe use of Kubernetes. The main application scenarios are:&lt;/p&gt;

&lt;h3&gt;
  
  
  Routine O&amp;amp;M
&lt;/h3&gt;

&lt;p&gt;Through KubeSphere Inspector, users can eliminate security vulnerabilities and blind spots that occur during the routine operation of Kubernetes clusters, which ensures the availability and business continuity of applications on Kubernetes with the established DevSecOps mechanism.&lt;/p&gt;

&lt;h3&gt;
  
  
  Security and Compliance Auditing
&lt;/h3&gt;

&lt;p&gt;When third-party evaluation agencies require security and compliance audits during project acceptance, KubeSphere Inspector can be used to proactively detect container vulnerabilities and compliance of security configurations and applications during project acceptance to mitigate security risks in advance.&lt;/p&gt;

&lt;h3&gt;
  
  
  Environment Scanning and Reporting
&lt;/h3&gt;

&lt;p&gt;Based on KubeSphere Inspector, users can scan their Kubernetes clusters or links regularly and periodically, such as Etcd cold/warm backup multi-cluster coverage, risk control configuration, flow restriction configuration, etc. They can also receive email reports with suggestions for repairing risks.&lt;/p&gt;

&lt;h3&gt;
  
  
  Reduced Resource Cost
&lt;/h3&gt;

&lt;p&gt;Through KubeSphere Inspector, users can obtain timely information about resource consumption in their businesses to dynamically adjust usage configurations, optimize Kubernetes costs, improve computing resource efficiency, and help reduce costs and increase efficiency.&lt;/p&gt;

&lt;p&gt;To facilitate users to quickly experience and use KubeSphere Inspector, &lt;a href="https://kubesphere.cloud/console/inspection/"&gt;the Standard Edition offers a 30-day free trial&lt;/a&gt;. Users can enjoy &lt;strong&gt;up to 50 cluster protection checks per month, inspect up to three clusters simultaneously, retain inspection reports for 30 days, and access to features such as exporting inspection reports, subscribing to email reports, and periodic inspections&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;🔻Stay in touch with developers and users on Slack!🔻&lt;/p&gt;

&lt;p&gt;&lt;a href="https://join.slack.com/t/kubesphere/shared_invite/zt-1ilxbsp39-t4ES4xn5OI0eF5hvOoAhEw"&gt;Join the KubeSphere community&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>OpenELB Joins the CNCF Sandbox, Making Service Exposure in Private Environments Easier</title>
      <dc:creator>KubeSphere</dc:creator>
      <pubDate>Mon, 20 Dec 2021 08:35:30 +0000</pubDate>
      <link>https://dev.to/kubesphere/openelb-joins-the-cncf-sandbox-making-service-exposure-in-private-environments-easier-non</link>
      <guid>https://dev.to/kubesphere/openelb-joins-the-cncf-sandbox-making-service-exposure-in-private-environments-easier-non</guid>
      <description>&lt;p&gt;The KubeSphere Team announced that the Cloud Native Computing Foundation(CNCF) had accepted OpenELB, a load balancer plugin designed for on-premises environments - as its latest Sandbox project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nTiRFt70--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q9w704dw3jgumfr4x3ah.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nTiRFt70--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q9w704dw3jgumfr4x3ah.jpg" alt="Image description" width="880" height="161"&gt;&lt;/a&gt; &lt;br&gt;
OpenELB, formerly known as "PorterLB," is a &lt;strong&gt;load balancer plugin&lt;/strong&gt; designed for bare metal servers, edge devices, and private environments. It serves as a LoadBalancer plugin for &lt;strong&gt;Kubernetes&lt;/strong&gt;, &lt;strong&gt;K3s&lt;/strong&gt;, and KubeSphere, to expose LoadBalancer services to outside the cluster. OpenELB provides the following core features:&lt;/p&gt;

&lt;p&gt;· Load balancing in BGP mode and Layer 2 mode&lt;br&gt;
· ECMP-based load balancing&lt;br&gt;
· IP address pool management&lt;br&gt;
· BGP configurations using CRDs&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2U1TUSAQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vg1fikau1qqucquz1fbr.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2U1TUSAQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vg1fikau1qqucquz1fbr.jpg" alt="Image description" width="880" height="745"&gt;&lt;/a&gt;&lt;br&gt;
According to a survey among 5,000 IT professionals, KubeSphere Community noticed that nearly 36% of users deploy Kubernetes on bare-metal environments, while many users install and deploy Kubernetes or K3s on air-gapped data centers or edge devices. In private environments, exposing LoadBalancer service is challenging.&lt;/p&gt;

&lt;p&gt;Cloud providers usually provide cloud-based LoadBalancer plugins, which require users to deploy their clusters on specific IaaS platforms, while most users deploy Kubernetes clusters on bare-metal environments, especially in production. However, for private environments with bare-metal nodes and edge devices, Kubernetes does not provide a LoadBalancer solution.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kubesphere.io/blogs/openelb-joins-cncf-sandbox-project/"&gt;OpenELB&lt;/a&gt; is designed to expose LoadBalancer services in bare-metal, edge, and virtualization environments. It provides easy-to-use EIPs and makes IP address pool management easier for users in private environments. Compared with the same type of LoadBalancer plugins, OpenELB has several outstanding advantages: cloud-native architecture, flexible IP address management, advertising routes using GoBGP, simple architecture with less resource consumption.&lt;/p&gt;

&lt;p&gt;Since its first release, OpenELB has been used in production environments by many enterprises in different industries such as IaaS providers, e-commerce, media, smart manufacturing, IT consultancy, and more. It also has attracted 14 contributors and more than 100 community members worldwide as an open source project. Next, OpenELB will develop the high availability of VIP mode based on Keepalived, implement kube-spiserver HA, and provide features such as independent user interface and EIP/IP Pool configuration.&lt;/p&gt;

&lt;p&gt;The KubeSphere team has always been upholding the "Upstream first" principle. In July 2021, the KubeSphere team donated Fluentbit Operator as a CNCF sub-project to the Fluent community. Now OpenELB, which was initiated by the KubeSphere team, also joins the CNCF sandbox. In the future, the KubeSphere team will serve as one of the participants of the OpenELB project and maintain its commitment to open source.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About KubeSphere&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kubesphere.io"&gt;KubeSphere&lt;/a&gt; is a distributed operating system for cloud-native application management, using Kubernetes as its kernel. It provides a plug-and-play architecture, allowing third-party applications to be seamlessly integrated into its ecosystem.&lt;/p&gt;

&lt;p&gt;KubeSphere offers wizard web UI and various enterprise-grade features for operation and maintenance, including multi-cloud and multi-cluster management, &lt;a href="https://kubesphere.io/devop"&gt;DevOps (CI/CD)&lt;/a&gt;, application lifecycle management, &lt;a href="https://kubesphere.io/service-mesh"&gt;service mesh&lt;/a&gt;, multi-tenancy, observability, storage and network management, and GPU support. &lt;/p&gt;

&lt;p&gt;For more information, you can visit &lt;a href="https://kubesphere.io"&gt;https://kubesphere.io&lt;/a&gt; or &lt;a href="https://github.com/kubesphere"&gt;https://github.com/kubesphere&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>opensource</category>
      <category>cloudnative</category>
      <category>cloud</category>
    </item>
    <item>
      <title>KubeSphere 3.2.0 GA: Bringing AI-oriented GPU Scheduling and Flexible Gateways to Kubernetes Management</title>
      <dc:creator>KubeSphere</dc:creator>
      <pubDate>Wed, 17 Nov 2021 08:10:30 +0000</pubDate>
      <link>https://dev.to/kubesphere/kubesphere-320-ga-bringing-ai-oriented-gpu-scheduling-and-flexible-gateways-to-kubernetes-management-1bgg</link>
      <guid>https://dev.to/kubesphere/kubesphere-320-ga-bringing-ai-oriented-gpu-scheduling-and-flexible-gateways-to-kubernetes-management-1bgg</guid>
      <description>&lt;p&gt;&lt;a href="https://kubesphere.io"&gt;KubeSphere&lt;/a&gt;, a fast-growing open source community, today announced the general availability of KubeSphere 3.2.0, the latest version of a comprehensive Kubernetes management platform. &lt;/p&gt;

&lt;p&gt;Monitoring GPU usage and management of GPU resource quotas are essential in the era of artificial intelligence (AI) and machine learning. With &lt;a href="https://kubesphere.io/blogs/kubesphere-3.2.0-ga-announcement/"&gt;KubeSphere 3.2.0&lt;/a&gt;, users can create GPU workloads on the GUI, schedule GPU resources, and manage GPU resources quotas by tenants. Moreover, it is compatible with NVIDIA and vGPU solutions.&lt;/p&gt;

&lt;p&gt;Six months ago, KubeSphere introduced edge computing features, metering and billing in its &lt;a href="https://kubesphere.io/blogs/kubesphere-3.1.0-ga-announcement/"&gt;v3.1.0&lt;/a&gt;, extending Kubernetes from the cloud to the edge and helping enterprises more clearly assess the operating cost of infrastructure and applications. Now with the general availability of KubeSphere 3.2.0, enhanced features such as multiple Kubernetes cluster management, multi-tenant management, observability, DevOps, App store, and service mesh further perfect interactive design for better user experience.&lt;/p&gt;

&lt;p&gt;CNCF Survey 2020 shows that over 80% of users run more than two Kubernetes clusters in their production environment. KubeSphere aims at addressing multi-cluster and multi-cloud challenges. It provides a unified control plane and supports distributing applications and replicas to multiple clusters deployed across public cloud and on-premises environments. Moreover, KubeSphere supports observability across clusters, including monitoring, logs, events, and auditing logs in multiple dimensions.&lt;/p&gt;

&lt;p&gt;KubeSphere stays committed to open source with a vibrant ecosystem, which boasts a variety of lightweight, efficient toolkits to make Kubernetes easy. &lt;a href="https://github.com/kubesphere/"&gt;KubeKey&lt;/a&gt;, an open source installer, uses Docker as the default container runtime to install Kubernetes efficiently, and now it also supports CRI runtimes like containerd, CRI-O, and iSula after Dockershim deprecation. Other smart tools such as &lt;a href="https://openfunction.dev"&gt;OpenFunction&lt;/a&gt;, &lt;a href="https://openelb.github.io/"&gt;OpenELB (CNCF Sandbox)&lt;/a&gt;, &lt;a href="https://github.com/fluent/fluentbit-operator"&gt;Fluent Operator&lt;/a&gt;, are all open to everybody and users have access to code and documentation in GitHub repositories.&lt;/p&gt;

&lt;p&gt;As an open source project, KubeSphere is making great strides on its international journey with over 700,000 downloads across 90 countries and regions to date. Not limited to simplifying the learning curve of Kubernetes for individual users, KubeSphere also gains significant popularity among medium and large enterprises for its competency in security, scalability, high availability, and more. In 2021, KubeSphere announced the collaboration with &lt;a href="https://aws.amazon.com/quickstart/architecture/qingcloud-kubesphere/"&gt;Amazon Web Services (AWS）Quick Start&lt;/a&gt;, &lt;a href="https://marketplace.digitalocean.com/apps/kubesphere"&gt;DigitalOcean Marketplace&lt;/a&gt;, and Microsoft Azure Marketplace, further accelerating its adoption and internationalization in the booming cloud-native industry.&lt;/p&gt;

&lt;p&gt;“Open source and internationalization are two solid pillars to KubeSphere, ” said Ray Zhou, Head of the KubeSphere project. “Tens of thousands of individual users and enterprises across the globe are using KubeSphere in production environments, and what we can repay them is to continue our commitment to providing cutting-edge cloud-native stacks and helping enterprises to embrace Kubernetes with ease.”&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About KubeSphere&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;KubeSphere is a distributed operating system for cloud-native application management, using Kubernetes as its kernel. It provides a plug-and-play architecture, allowing third-party applications to be seamlessly integrated into its ecosystem.&lt;br&gt;
 &lt;br&gt;
KubeSphere offers wizard web UI and various enterprise-grade features for operation and maintenance, including multi-cloud and multi-cluster management, DevOps (CI/CD), application lifecycle management, service mesh, multi-tenancy, observability, storage and network management, and GPU support. &lt;br&gt;
 &lt;br&gt;
For more information, you can visit &lt;a href="https://kubesphere.io"&gt;https://kubesphere.io&lt;/a&gt; or &lt;a href="https://github.com/kubesphere"&gt;https://github.com/kubesphere&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>opensource</category>
      <category>cloudnative</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
