<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Welcome on Planetary Quantum</title><link>/en/</link><description>Recent content in Welcome on Planetary Quantum</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2019 - 2026 Planetary Quantum GmbH</copyright><lastBuildDate>Sat, 04 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="/en/index.xml" rel="self" type="application/rss+xml"/><item><title>Managed Metrics</title><link>/en/products/add-ons/managed-metrics/</link><pubDate>Sun, 01 Nov 2020 16:13:45 +0000</pubDate><guid>/en/products/add-ons/managed-metrics/</guid><description>&lt;p&gt;&lt;img src="/images/add-ons/metrics_hu_a8569afade2147fb.png" alt="Managed Metrics" width="100" height="100" style="float: left; margin: 0 1rem 0.5rem 0;" loading="lazy" /&gt; We offer Prometheus-compatible metrics to help you reach your goals. Metrics allow you to track KPIs and SLOs, monitor application performance, troubleshoot issues, and trigger alerts when defined thresholds are exceeded.&lt;/p&gt;
&lt;div class="feature-grid not-prose"&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;Two Weeks Retention&lt;/h3&gt;&lt;p&gt;Your metrics are stored for up to two weeks. Longer retention periods are available on request.&lt;/p&gt;&lt;/div&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;Unlimited Storage&lt;/h3&gt;&lt;p&gt;Metrics are essential for troubleshooting – so we don&amp;rsquo;t limit storage space within the retention period.&lt;/p&gt;</description></item><item><title>Centralised Logging</title><link>/en/products/add-ons/centralised-logging/</link><pubDate>Sun, 01 Nov 2020 16:11:02 +0000</pubDate><guid>/en/products/add-ons/centralised-logging/</guid><description>&lt;p&gt;&lt;img src="/images/add-ons/logging_hu_b1191ebf244ea0ed.png" alt="Centralised Logging" width="100" height="100" style="float: left; margin: 0 1rem 0.5rem 0;" loading="lazy" /&gt; Keep track of your stacks at all times with our Loki-based centralised logging. All logs are aggregated in real-time, enabling your team to troubleshoot effectively and analyse processes.&lt;/p&gt;
&lt;div class="feature-grid not-prose"&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;Two Weeks Retention&lt;/h3&gt;&lt;p&gt;Your logs are stored for up to two weeks. Longer retention periods are available on request.&lt;/p&gt;&lt;/div&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;Unlimited Volume&lt;/h3&gt;&lt;p&gt;Effective debugging requires complete logs – so we don&amp;rsquo;t limit log volume within the retention period.&lt;/p&gt;</description></item><item><title>Quantum-CLI</title><link>/en/products/add-ons/quantum-cli/</link><pubDate>Sun, 01 Nov 2020 16:02:22 +0000</pubDate><guid>/en/products/add-ons/quantum-cli/</guid><description>&lt;p&gt;Quantum-CLI integrates into your existing CI/CD processes and enables automated deployment of your stacks using tools such as Jenkins, Drone.io, Gitlab Pipelines, Github Actions, CircleCI, or Travis-CI.&lt;/p&gt;
&lt;p&gt;Best practices such as configuration validation, automated Docker image pulls and rolling deployments help you avoid problems even without automated CI/CD processes when manually deploying your applications.&lt;/p&gt;
&lt;p&gt;Our documentation answers your questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.planetary-quantum.com/setup/quantum-cli-basics/" target="_blank" rel="noreferrer"&gt;Installing Quantum-CLI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.planetary-quantum.com/getting-started/deploy-to-quantum/deployment-quantum-cli/" target="_blank" rel="noreferrer"&gt;Deployment examples with Quantum-CLI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.planetary-quantum.com/reference/quantum-cli-reference/" target="_blank" rel="noreferrer"&gt;Reference documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>What is Docker?</title><link>/en/faq/what-is-docker/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/en/faq/what-is-docker/</guid><description>&lt;p&gt;Docker is the world&amp;rsquo;s most widely used container engine.&lt;/p&gt;</description></item><item><title>What are the benefits of containerization?</title><link>/en/faq/benefits-containerization/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/en/faq/benefits-containerization/</guid><description>&lt;p&gt;Containerization is beneficial from several angles:&lt;/p&gt;
&lt;p&gt;Containers always behave in the same way, regardless of the environment — this means that staging and local development environments are often trivial to set up. And since containers are built using deterministic Docker files, configuration changes are now integrated in the normal code workflow — from code reviews and tests to CI/CD solutions.&lt;/p&gt;
&lt;p&gt;The division of an app into different containers makes dependencies visible and components can be individually exchanged and scaled independently.&lt;/p&gt;</description></item><item><title>What are the benefits of Docker Swarm?</title><link>/en/faq/benefits-docker-swarm/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/en/faq/benefits-docker-swarm/</guid><description>&lt;p&gt;Docker Swarm makes it easy to distribute your apps across multiple machines. It offers the advantages of Kubernetes (simple scaling through dynamic clusters, reliability, etc.) but is less complex to use and operate.&lt;/p&gt;
&lt;p&gt;Docker Swarm stacks are configured using simple YAML files, similar to docker-compose. Porting a docker-compose project to Docker Swarm is trivial in practice; the concepts are similar and you get the advantages of a cluster system without much additional effort or changes.&lt;/p&gt;</description></item><item><title>What do I need to get started with Planetary Quantum hosting?</title><link>/en/faq/getting-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/en/faq/getting-started/</guid><description>&lt;p&gt;Planetary Quantum has no special requirements, basically any type of application can be run. It becomes particularly easy if your app already has a Docker-compose or Docker Swarm setup — these can be deployed directly on Planetary Quantum.&lt;/p&gt;
&lt;p&gt;But even if you&amp;rsquo;re just starting out with Docker, container setups are quick and easy to use. Ready-made Docker images exist for almost all apps, and the widespread use of Docker means that working setups for many common stacks (Ruby On Rails, LAMP, &amp;hellip;) are often only a Google search away.&lt;/p&gt;</description></item><item><title>How do I know which add-ons I need?</title><link>/en/faq/which-add-ons/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/en/faq/which-add-ons/</guid><description>&lt;p&gt;We are happy to support you in choosing the right add-ons. You can add these at any time.&lt;/p&gt;</description></item><item><title>How do I know which hosting package is right for me?</title><link>/en/faq/which-package/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/en/faq/which-package/</guid><description>&lt;p&gt;Since Docker&amp;rsquo;s overhead is generally negligibly small, you can easily orient yourself on the resources you have previously required.&lt;/p&gt;
&lt;p&gt;However, it is advisable to choose a slightly larger Quantum Cluster so that you can also benefit from the flexibility that Docker offers — staging environments etc. are often easy to set up — if the resources are sufficient.&lt;/p&gt;
&lt;p&gt;Planetary Quantum Clusters (no matter what size) have no artificial limitations except for the booked CPU/RAM/HDD resources.&lt;/p&gt;</description></item><item><title>How do I upgrade my hosting package?</title><link>/en/faq/upgrade/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/en/faq/upgrade/</guid><description>&lt;p&gt;Adding nodes to a cluster is possible without downtime. Upgrades of individual nodes are associated with minimal downtime. In both cases, you can simply contact us to upgrade.&lt;/p&gt;</description></item><item><title>Are the add-ons specific to a respective hosting package?</title><link>/en/faq/add-ons-compatible/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/en/faq/add-ons-compatible/</guid><description>&lt;p&gt;All add-ons are compatible with any of our hosting packages.&lt;/p&gt;</description></item><item><title>100 GB HDD Upgrade</title><link>/en/products/add-ons/hdd-upgrade/</link><pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate><guid>/en/products/add-ons/hdd-upgrade/</guid><description>&lt;p&gt;100 GB NVMe storage extension for your Docker nodes.&lt;/p&gt;</description></item><item><title>Cloud Loadbalancer</title><link>/en/products/add-ons/managed-loadbalancer/</link><pubDate>Thu, 04 Feb 2021 14:16:27 +0000</pubDate><guid>/en/products/add-ons/managed-loadbalancer/</guid><description>&lt;p&gt;Our Cloud Loadbalancer is a TCP loadbalancer that transparently forwards incoming traffic to your containers, ensuring high availability of your applications. It integrates seamlessly with your Docker Swarm cluster.&lt;/p&gt;
&lt;p&gt;Available as a single instance or in a high-availability setup for maximum resilience.&lt;/p&gt;
&lt;div class="feature-grid not-prose"&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;Flexibility&lt;/h3&gt;&lt;p&gt;Flexible node pools that forward different ports (e.g. 80/443) to your cluster.&lt;/p&gt;&lt;/div&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;Health Checks&lt;/h3&gt;&lt;p&gt;Health checks can be configured upon request.&lt;/p&gt;&lt;/div&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;Security&lt;/h3&gt;&lt;p&gt;Cloud firewalls.&lt;/p&gt;&lt;/div&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;TCP Proxying&lt;/h3&gt;&lt;p&gt;Our loadbalancers support PROXY protocol, transparently forwarding all data to your cluster.&lt;/p&gt;</description></item><item><title>Object Storage</title><link>/en/products/add-ons/s3-object-storage/</link><pubDate>Sun, 01 Nov 2020 16:09:03 +0000</pubDate><guid>/en/products/add-ons/s3-object-storage/</guid><description>&lt;p&gt;Our S3-compatible storage is hosted in our data centers in Berlin and is subject to German data protection regulations. It is available starting from 1 GB and scales with your applications, either as highly available primary storage (e.g. assets, uploads) or as storage for your backups.&lt;/p&gt;
&lt;p&gt;The S3-compatible interfaces integrate seamlessly with many CMS and e-commerce systems, frameworks and applications, so no additional development effort is required. &lt;a href="https://docs.planetary-quantum.com/multi-node/s3-object-storage/resources/" target="_blank" rel="noreferrer"&gt;More information is available in our documentation&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>DBaaS (MySQL, PostgreSQL, Redis)</title><link>/en/products/add-ons/dbaas-managed-database-service/</link><pubDate>Sun, 01 Nov 2020 16:06:29 +0000</pubDate><guid>/en/products/add-ons/dbaas-managed-database-service/</guid><description>&lt;p&gt;Databases are the heart of your applications. Availability, speed and flexibility are key to success. Our DBaaS offering provides you with a highly available, fast and secure platform that meets all requirements.&lt;/p&gt;
&lt;p&gt;Our platform currently supports PostgreSQL, MySQL/MariaDB and Redis/Valkey.&lt;/p&gt;
&lt;div class="feature-grid not-prose"&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;&lt;strong&gt;PostgreSQL&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;&lt;ul&gt;
&lt;li&gt;Highly available cluster tailored to your requirements&lt;/li&gt;
&lt;li&gt;Dashboard based on PG-Hero&lt;/li&gt;
&lt;li&gt;Performance metrics and alerting&lt;/li&gt;
&lt;li&gt;Daily backups and continuous WAL archiving&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;&lt;/div&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;&lt;strong&gt;MySQL/MariaDB&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;&lt;ul&gt;
&lt;li&gt;Highly available primary/replica setup tailored to your requirements&lt;/li&gt;
&lt;li&gt;Metrics and alerting&lt;/li&gt;
&lt;li&gt;Hourly backups&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;</description></item><item><title>Managed Container Registry</title><link>/en/products/add-ons/managed-container-registry/</link><pubDate>Sun, 01 Nov 2020 09:37:22 +0000</pubDate><guid>/en/products/add-ons/managed-container-registry/</guid><description>&lt;p&gt;Our Managed Docker Registry integrates seamlessly into our platform and allows our customers to host their Docker images securely and with high availability. Images are scanned daily to ensure secure and smooth operation.&lt;/p&gt;
&lt;div class="feature-grid not-prose"&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;Hosted in Berlin&lt;/h3&gt;&lt;p&gt;Our Docker Registry is hosted in Berlin and meets all data locality and privacy requirements.&lt;/p&gt;&lt;/div&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;Vulnerability Scanner&lt;/h3&gt;&lt;p&gt;Automatic vulnerability analysis of your images: detect CVEs and security issues before they reach production.&lt;/p&gt;&lt;/div&gt;&lt;div class="feature-card"&gt;
 &lt;h3&gt;Projects&lt;/h3&gt;&lt;p&gt;Your images can be organized into different projects. There are no limitations.&lt;/p&gt;</description></item><item><title>Infrastructure &amp; Regions</title><link>/en/products/infrastructure/</link><pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate><guid>/en/products/infrastructure/</guid><description>&lt;p class="pq-hero-headline"&gt;
 The Quantum Platform runs on carefully selected infrastructure worldwide. One platform, one experience — regardless of where your workloads run.
&lt;/p&gt;


&lt;h2 class="relative group"&gt;Our Approach
 &lt;div id="our-approach" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#our-approach" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Berlin is our home. We operate our own infrastructure through &lt;a href="https://www.planetary-networks.de/" target="_blank" rel="noreferrer"&gt;Planetary Networks&lt;/a&gt;, giving us full control over hardware, networking, and operations. This is where we develop the platform and where most of our customers run their workloads.&lt;/p&gt;</description></item><item><title>Platform Updates: Q1/2026</title><link>/2026/04/01/updates-q1-2026/</link><pubDate>Thu, 02 Apr 2026 12:00:00 +0000</pubDate><guid>/2026/04/01/updates-q1-2026/</guid><description>&lt;p&gt;An eventful first quarter is behind us. Here&amp;rsquo;s an overview of the key updates:&lt;/p&gt;

&lt;h2 class="relative group"&gt;Quantum CLI v3
 &lt;div id="quantum-cli-v3" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#quantum-cli-v3" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;The new major version of our Quantum CLI is here. We took the opportunity to make fundamental improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Simplified commands for a more intuitive workflow&lt;/li&gt;
&lt;li&gt;API key authentication&lt;/li&gt;
&lt;li&gt;Removal of username/password authentication&lt;/li&gt;
&lt;li&gt;Optimized Docker image&lt;/li&gt;
&lt;li&gt;MCP support (Model Context Protocol) for integration with AI assistants (&lt;a href="https://docs.planetary-quantum.com/mcp-ai/" target="_blank" rel="noreferrer"&gt;to the details&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full &lt;a href="https://docs.planetary-quantum.com/reference/v3-migration/" target="_blank" rel="noreferrer"&gt;migration details&lt;/a&gt; are available in our documentation. You can obtain the CLI via the following methods:&lt;/p&gt;</description></item><item><title>Platform Updates: 2025 in Review</title><link>/2025/12/31/updates-2025-review/</link><pubDate>Wed, 31 Dec 2025 12:00:00 +0000</pubDate><guid>/2025/12/31/updates-2025-review/</guid><description>&lt;p&gt;As we close out 2025, we want to share a summary of the platform updates and improvements we&amp;rsquo;ve shipped this year. Thank you to all our customers for your continued trust and feedback.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Multi-Cloud: OVH Integration
 &lt;div id="multi-cloud-ovh-integration" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#multi-cloud-ovh-integration" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;We&amp;rsquo;re excited to announce that Planetary Quantum now supports running on OVH infrastructure. This multi-cloud capability opens up a wide range of new regions for our customers:&lt;/p&gt;</description></item><item><title>Platform Updates: 2024 in Review</title><link>/2024/12/31/updates-2024-review/</link><pubDate>Tue, 31 Dec 2024 12:00:00 +0000</pubDate><guid>/2024/12/31/updates-2024-review/</guid><description>&lt;p&gt;As we close out 2024, we want to share a summary of the platform updates and improvements we&amp;rsquo;ve shipped this year. Thank you to all our customers for your continued trust and feedback.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Quantum Monitoring Platform (QMP)
 &lt;div id="quantum-monitoring-platform-qmp" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#quantum-monitoring-platform-qmp" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;We made significant investments in our monitoring infrastructure this year:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Loki v2 Update&lt;/strong&gt; (April): Updated our logging backend to the latest Loki v2, with improved query performance&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grafana Proxy&lt;/strong&gt; (April): Built a new proxy service for Cortex and Loki access, enabling better multi-tenant support&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;External QMP Access&lt;/strong&gt; (April): We now offer an additional service for customers who need to access logs and metrics from outside our infrastructure&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom Metrics Documentation&lt;/strong&gt; (April): Published updated documentation for custom metrics scraping and labeling&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cortex Update&lt;/strong&gt; (June): Updated our metrics backend to the latest Cortex version, bringing improved stability and performance&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Block Compaction&lt;/strong&gt; (June): Implemented compaction for Cortex, improving storage efficiency and enabling automatic cleanup of old data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Promtail for System Logs&lt;/strong&gt; (August): Added Promtail container to collect system journal logs alongside application logs&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 class="relative group"&gt;Ingress
 &lt;div id="ingress" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#ingress" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;TLS 1.3 for Traefik&lt;/strong&gt; (March): Enabled TLS 1.3 support in Traefik v1.7 for improved security&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CORS Support&lt;/strong&gt; (June): Added CORS configuration support to quantum-caddy, with updated documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 class="relative group"&gt;Quantum CLI
 &lt;div id="quantum-cli" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#quantum-cli" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Volume Migration Improvements&lt;/strong&gt; (March): Fixed issues with volume migration including duplicate volume handling and proper filtering of non-running services&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 class="relative group"&gt;Documentation
 &lt;div id="documentation" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#documentation" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;S3 Bucket Policies&lt;/strong&gt; (March): Added documentation for S3 bucket policies including public-read, authenticated-read, and grants examples&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;As always, we welcome your feedback and suggestions for further features. Please reach out to us.&lt;/p&gt;</description></item><item><title>Updates: H2/2023</title><link>/2023/06/01/updates-h2-2023/</link><pubDate>Thu, 01 Jun 2023 17:00:00 +0000</pubDate><guid>/2023/06/01/updates-h2-2023/</guid><description>&lt;p&gt;In the first half of 2023, we have the following updates for you. In parallel to our Docker platform, we are also working on our PaaS (&lt;a href="https://runway.planetary-quantum.com/" target="_blank" rel="noreferrer"&gt;runway&lt;/a&gt;). If this is of interest to you, please contact us and sign up for our newsletter.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Infrastructure
 &lt;div id="infrastructure" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#infrastructure" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;We are already provisioning new clusters with Kernel 5.11, Docker 20.10.x&lt;/li&gt;
&lt;li&gt;Existing clusters will be updated in consultation with customers&lt;/li&gt;
&lt;li&gt;Announcement: EOL for clusters on CentOS7 basis (by June 2024)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 class="relative group"&gt;Quantum Monitoring Platform (QMP)
 &lt;div id="quantum-monitoring-platform-qmp" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#quantum-monitoring-platform-qmp" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Stack:
&lt;ul&gt;
&lt;li&gt;The new release updates all components&lt;/li&gt;
&lt;li&gt;Various updates for stability of all collectors&lt;/li&gt;
&lt;li&gt;RAM and CPU consumption has been reduced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.planetary-quantum.com/monitoring/metrics/" target="_blank" rel="noreferrer"&gt;Agent functionality&lt;/a&gt; to store custom metrics&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 class="relative group"&gt;Quantum CLI
 &lt;div id="quantum-cli" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#quantum-cli" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Linux (ARM) as a client to use the CLI&lt;/li&gt;
&lt;li&gt;Updates of all CLI dependencies (e.g., Docker, Go, &amp;hellip;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 class="relative group"&gt;Quantum Ingress
 &lt;div id="quantum-ingress" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#quantum-ingress" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Traefik (v1.7):
&lt;ul&gt;
&lt;li&gt;Updates to cipher suites&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Caddyserver (&lt;a href="https://docs.planetary-quantum.com/common-tasks/routing/caddy/" target="_blank" rel="noreferrer"&gt;more info&lt;/a&gt;):
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;(BETA)&lt;/strong&gt; our platform now also offers the option to use Caddyserver&lt;/li&gt;
&lt;li&gt;Planned features (for 2023/2024) for all customers:
&lt;ul&gt;
&lt;li&gt;Assistant to migrate from Traefik to Caddyserver&lt;/li&gt;
&lt;li&gt;Admin dashboard for Caddyserver&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GDPR-compliant&lt;/strong&gt; Cloud WAF (Web Application Firewall)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>QMP: Platform Update</title><link>/2022/02/11/quantum-monitoring-update/</link><pubDate>Fri, 11 Feb 2022 16:45:00 +0000</pubDate><guid>/2022/02/11/quantum-monitoring-update/</guid><description>&lt;h2 class="relative group"&gt;QMP: Platform Update
 &lt;div id="qmp-platform-update" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#qmp-platform-update" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;With the &lt;a href="/produkte/qmp/" &gt;Quantum Monitoring Platform (QMP)&lt;/a&gt;, we offer our customers centralized logging, access to important metrics of their services (and clusters), as well as alerting for all services. For QMP, we rely on projects such as Loki (for centralized logging) and Cortex (for Prometheus-compatible metrics). Additionally, we offer our customers dashboards in our Console, as well as the ability to work directly with logs and metrics using Grafana.&lt;/p&gt;</description></item><item><title>QMP</title><link>/en/products/qmp/</link><pubDate>Fri, 11 Feb 2022 16:36:30 +0000</pubDate><guid>/en/products/qmp/</guid><description>&lt;p class="pq-hero-headline"&gt;
 &lt;strong&gt;Q&lt;/strong&gt;uantum &lt;strong&gt;M&lt;/strong&gt;onitoring &lt;strong&gt;P&lt;/strong&gt;latform
&lt;/p&gt;

&lt;p&gt;Our customers choose Planetary Quantum because they value transparency as well as security and reliability.&lt;/p&gt;
&lt;p&gt;We offer more than just hosting: a complete solution to easily bring your application online and monitor its performance. The numerous add-ons enable a quick start and smooth operation – so your team can stay focused on development.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Architecture
 &lt;div id="architecture" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#architecture" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Our monitoring stack – consisting of components like Grafana Alloy, Vector, Node-Exporter, cAdvisor and Promtail – runs directly on your cluster. It is pre-configured, optimized and managed by us.&lt;/p&gt;</description></item><item><title>Documentation Update: Successfully Using and Integrating S3 Storage</title><link>/2022/01/28/s3-object-storage-scalablity/</link><pubDate>Fri, 28 Jan 2022 17:00:00 +0000</pubDate><guid>/2022/01/28/s3-object-storage-scalablity/</guid><description>&lt;h2 class="relative group"&gt;S3 Storage: Successfully Using and Integrating
 &lt;div id="s3-storage-successfully-using-and-integrating" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#s3-storage-successfully-using-and-integrating" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;At the request of our customers, we have made a comprehensive update to our documentation today:
&lt;a href="https://docs.planetary-quantum.com/multi-node/s3-object-storage/" target="_blank" rel="noreferrer"&gt;https://docs.planetary-quantum.com/multi-node/s3-object-storage/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The documentation contains first steps for using S3 storage, as well as an example setup to integrate the storage on your own domain (with TLS/SSL) into your projects.&lt;/p&gt;
&lt;p&gt;Information about pricing can be found here: &lt;a href="/produkte/add-ons/s3-object-storage/" &gt;Object Storage&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Quantum-Cli 2.6.0 Release</title><link>/2022/01/25/quantum-cli-2-6-0-release/</link><pubDate>Tue, 25 Jan 2022 16:35:24 +0000</pubDate><guid>/2022/01/25/quantum-cli-2-6-0-release/</guid><description>&lt;h2 class="relative group"&gt;Quantum-Cli 2.6.0
 &lt;div id="quantum-cli-260" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#quantum-cli-260" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;quantum-cli is a tool developed by Planetary Quantum for customers of our platform.&lt;/p&gt;
&lt;p&gt;Currently, quantum-cli already offers integration options for CI/CD pipelines (e.g., with Jenkins, Drone, GitHub, GitLab) of our customers. Our &lt;a href="https://cli.planetary-quantum.com/" target="_blank" rel="noreferrer"&gt;current quantum-cli release&lt;/a&gt; adds two more sub-commands: (quantum-cli) &lt;strong&gt;ps&lt;/strong&gt; and (quantum-cli) &lt;strong&gt;exec&lt;/strong&gt;. We developed these features at the request of our customers, and they significantly simplify the daily handling of containers on the Quantum platform.&lt;/p&gt;</description></item><item><title>Made in Berlin</title><link>/en/made-in-berlin/</link><pubDate>Tue, 09 Nov 2021 15:10:39 +0000</pubDate><guid>/en/made-in-berlin/</guid><description>&lt;p&gt;We are a German company operating redundant datacenters in Berlin.&lt;/p&gt;
&lt;p&gt;Our infrastructure is operated by &lt;a href="https://www.planetary-networks.de/" target="_blank" rel="noreferrer"&gt;Planetary Networks GmbH&lt;/a&gt; and guarantees performance, availability and security. All data is stored and processed in Berlin, subject to GDPR.&lt;/p&gt;
&lt;p&gt;The platform runs on a modern OpenStack cloud with AMD EPYC CPUs and NVME storage, connected at 20 Gbit/s with redundant uplinks.&lt;/p&gt;
&lt;p&gt;In 2025 we expanded our reach beyond the Berlin market, read more about our approach in &lt;a href="/en/products/infrastructure/" &gt;Infrastructure &amp;amp; Regions&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Managed Logging Update</title><link>/2021/10/05/managed-logging-update-loki/</link><pubDate>Tue, 05 Oct 2021 18:38:45 +0000</pubDate><guid>/2021/10/05/managed-logging-update-loki/</guid><description>&lt;h2 class="relative group"&gt;Managed Logging Update
 &lt;div id="managed-logging-update" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#managed-logging-update" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;On Monday (October 4, 2021), we deployed a major update for our &lt;strong&gt;Managed Logging&lt;/strong&gt; service. This updates Grafana Loki from version v1.6.0 to the current version v2.3.0.&lt;/p&gt;
&lt;p&gt;Behind the version jump are many innovations in Loki and renewals in our platform. You can find more details in our &lt;a href="https://docs.planetary-quantum.com/platform/platform-changelog/" target="_blank" rel="noreferrer"&gt;Platform Changelog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;With the rollout of the new version, we are providing &lt;strong&gt;Managed Logging&lt;/strong&gt; on the new cloud infrastructure and have also extended the relevant systems with tracing functionality. This gives us as platform operators the insight we need to plan our own capacities and detect potential problems early.&lt;/p&gt;</description></item><item><title>Right Of Withdrawal</title><link>/en/service/cancellation/</link><pubDate>Fri, 09 Jul 2021 13:29:11 +0000</pubDate><guid>/en/service/cancellation/</guid><description>&lt;h2 class="relative group"&gt;Right Of Withdrawal
 &lt;div id="right-of-withdrawal" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#right-of-withdrawal" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Consumers, in accordance with §13 BGB (German Civil Code), have the right to withdraw from this contract within fourteen days without the provision of a reason. The withdrawal period is up to 14 days of closing the contract. To exercise your right of withdrawal you have to inform us,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Planetary Quantum GmbH&lt;/strong&gt;
Naumannstraße 64
10829 Berlin
Deutschland&lt;/p&gt;</description></item><item><title>TOS</title><link>/en/service/tos/</link><pubDate>Fri, 09 Jul 2021 13:26:30 +0000</pubDate><guid>/en/service/tos/</guid><description>&lt;div class="legal"&gt;

&lt;h2 class="relative group"&gt;A. Scope
 &lt;div id="a-scope" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#a-scope" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;These General Terms and Conditions of Trade (hereafter GTCT) regulate the business relationships of the company, Planetary Quantum GmbH. and its customers.&lt;/li&gt;
&lt;li&gt;Planetary Quantum renders its services on the sole basis of its GTCT. Deviating purchase or other conditions of the contract partner are hereby expressly declared as invalid.&lt;/li&gt;
&lt;li&gt;Ancillary agreements, assurances and other agreements as well as modifications and supplements to the contract must be made in writing to become effective.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 class="relative group"&gt;B. General Conditions
 &lt;div id="b-general-conditions" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#b-general-conditions" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;

&lt;h3 class="relative group"&gt;1. Conclusion of agreement
 &lt;div id="1-conclusion-of-agreement" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#1-conclusion-of-agreement" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;By signing the contract the customer makes an offer to Planetary Quantum for the conclusion of a contract. He is bound to his offer for the duration of one week after receipt of the contract by Planetary Quantum.&lt;/li&gt;
&lt;li&gt;The contract is concluded when Planetary Quantum confirms the acceptance of the request in writing within this period or has started to actually perform the services.&lt;/li&gt;
&lt;li&gt;Offers from Planetary Quantum are always non-binding and not obligatory. Planetary Quantum can make the conclusion of a contract dependent on the submission of a written proof of authority, an advanced payment or a declaration of surety from a German bank.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For contracts with minors, the approval of the parents is necessary for an effective conclusion of contract.&lt;/p&gt;</description></item><item><title>Privacy Policy</title><link>/en/service/privacy-policy/</link><pubDate>Fri, 09 Jul 2021 13:26:00 +0000</pubDate><guid>/en/service/privacy-policy/</guid><description>&lt;h2 class="relative group"&gt;Grundsatz:
 &lt;div id="grundsatz" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#grundsatz" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Der verantwortliche Webseitenbetreiber informiert nachfolgenden die Besucher und Nutzer dieser Webseite im Sinne der neuen EU-DSGVO über den Umgang mit direkt und/oder indirekt erhobenen und weiterverarbeiteten personenbezogenen Daten, welche im Zusammenhang mit der Nutzung dieser Webseite digital erhoben werden.&lt;/p&gt;
&lt;p&gt;Über diese Seite werden vom Besucher direkt personenbezogenen Daten erhoben und weiterverarbeitet; dies geschieht aktiv durch die bewusste Eingabe und Zurverfügungstellung von Informationen im Zusammenhang zu einer Newsletter-Bestellung, zu unserem Kontaktformular, der Log-In-Funktion zu funktionellen Seitenbereichen, einem Blog und möglichen weiteren angebotenen Kommunikations-, Bestell- und/oder Anmeldefunktionen.&lt;/p&gt;</description></item><item><title>Imprint</title><link>/en/service/imprint/</link><pubDate>Fri, 09 Jul 2021 12:55:08 +0000</pubDate><guid>/en/service/imprint/</guid><description>&lt;p&gt;Angaben gemäß § 5 TMG&lt;/p&gt;
&lt;p&gt;Planetary Quantum GmbH&lt;br&gt;
Naumannstraße 64&lt;br&gt;
10829 Berlin&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Vertreten durch&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Till Klampaeckel&lt;br&gt;
Dennis Tschech&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Kontakt&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Telefon: +49-30-374394-220&lt;br&gt;
E-Mail: &lt;a href="mailto:hello@planetary-quantum.com" &gt;hello@planetary-quantum.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Registereintrag&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Eintragung im Registergericht: Berlin-Charlottenburg&lt;br&gt;
Registernummer: HRB 211374&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Umsatzsteuer-ID&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Umsatzsteuer-Identifikationsnummer gemäß §27a Umsatzsteuergesetz: DE326971125&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Till Klampaeckel, Dennis Tschech&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Haftung für Inhalte&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit und Aktualität der Inhalte können wir jedoch keine Gewähr übernehmen. Als Diensteanbieter sind wir gemäß § 7 Abs.1 TMG für eigene Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich. Nach §§ 8 bis 10 TMG sind wir als Diensteanbieter jedoch nicht verpflichtet, übermittelte oder gespeicherte fremde Informationen zu überwachen oder nach Umständen zu forschen, die auf eine rechtswidrige Tätigkeit hinweisen. Verpflichtungen zur Entfernung oder Sperrung der Nutzung von Informationen nach den allgemeinen Gesetzen bleiben hiervon unberührt. Eine diesbezügliche Haftung ist jedoch erst ab dem Zeitpunkt der Kenntnis einer konkreten Rechtsverletzung möglich. Bei Bekanntwerden von entsprechenden Rechtsverletzungen werden wir diese Inhalte umgehend entfernen.&lt;/p&gt;</description></item><item><title>Docker Swarm vs. Kubernetes</title><link>/en/whitepaper/docker-swarm-vs-kubernetes/</link><pubDate>Wed, 07 Jul 2021 15:27:51 +0000</pubDate><guid>/en/whitepaper/docker-swarm-vs-kubernetes/</guid><description>&lt;p&gt;Our customers regularly ask us about the similarities and differences between Kubernetes and Docker Swarm.&lt;/p&gt;
&lt;p&gt;The background to this question is usually the search for a comparison of both solutions: an overview of the pros and cons, ideally with a clear winner. Of course, the question also reflects an interest in why we chose Docker Swarm over Kubernetes for the Planetary Quantum platform.&lt;/p&gt;
&lt;p&gt;We have been operating a platform based on Docker Swarm since 2019 and had already gained extensive experience with running container environments before that. In this whitepaper we look at the differences and advantages of the various solutions.&lt;/p&gt;</description></item><item><title>Quantum-Cli 2.5.0 Release</title><link>/2021/07/01/quantum-cli-2-5-0-release/</link><pubDate>Thu, 01 Jul 2021 17:46:54 +0000</pubDate><guid>/2021/07/01/quantum-cli-2-5-0-release/</guid><description>&lt;h2 class="relative group"&gt;Quantum-Cli 2.5.0
 &lt;div id="quantum-cli-250" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#quantum-cli-250" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;The advantage of the Planetary Quantum cluster architecture is that additional worker nodes can be added at any time, allowing our customers to horizontally scale running systems without downtime. In practice, it sometimes happens that complete stacks need to be moved from one cluster to another, whether for organizational reasons or, for example, due to required resources.&lt;/p&gt;</description></item><item><title>Digitalization</title><link>/en/digitalization/</link><pubDate>Thu, 03 Jun 2021 16:44:22 +0000</pubDate><guid>/en/digitalization/</guid><description>&lt;p&gt;Take advantage of Planetary Quantum&amp;rsquo;s Docker platform to accelerate the digitisation of your company and business. Federal-sponsored funding is available to support your investments into the future.&lt;/p&gt;
&lt;p&gt;Fundable are investments into soft- and hardware, or conquering digital (online) markets in general.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Examples
 &lt;div id="examples" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#examples" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Solutions for a digitised business:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Shop and e-commerce solutions (e.g. WooCommerce, Magento, OXID, &amp;hellip;)&lt;/li&gt;
&lt;li&gt;Internal tooling and collaboration platforms (e.g. NextCloud, wikis, knowledge management, project management)&lt;/li&gt;
&lt;li&gt;Tools and systems to support your value-added chain&lt;/li&gt;
&lt;li&gt;Tools and systems to support supply chains (ERP)&lt;/li&gt;
&lt;li&gt;Tools and system to manage your customer-base (CRM, chat, &amp;hellip;)&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 class="relative group"&gt;Your advantage
 &lt;div id="your-advantage" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#your-advantage" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Modern and flexible Docker hosting for your solutions and tools&lt;/li&gt;
&lt;li&gt;Managed platform&lt;/li&gt;
&lt;li&gt;Simple integration with your existing infrastructure&lt;/li&gt;
&lt;li&gt;Customer-oriented support&lt;/li&gt;
&lt;li&gt;Hosted in: Berlin (datacenter in Berlin, Germany, GDPR compliance)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/en/service/contact/" &gt;Get in touch with us&lt;/a&gt;&lt;/p&gt;</description></item><item><title>For IT Departments</title><link>/en/solutions/for-it-departments/</link><pubDate>Sun, 30 May 2021 18:45:00 +0000</pubDate><guid>/en/solutions/for-it-departments/</guid><description>&lt;p class="pq-hero-headline"&gt;
 Integrate Planetary Quantum into your existing IT landscape. Our Docker platform optimizes your TCO and provides full visibility.
&lt;/p&gt;

&lt;p&gt;&lt;img src="/icons/edgy/light/price.svg" alt="" width="90" style="float: left; margin: 0 1rem 0.5rem 0;" loading="lazy" /&gt; Our &lt;a href="/en/products/docker-hosting/" &gt;transparent pricing&lt;/a&gt; lets you make informed decisions based on your requirements and budget.&lt;/p&gt;
&lt;p&gt;&lt;img src="/icons/edgy/light/uptime.svg" alt="" width="90" style="float: right; margin: 0 0 0.5rem 1rem;" loading="lazy" /&gt; Rely on our platform — 24/7, 365 days a year. Built-in metrics and monitoring keep you in control of system performance.&lt;/p&gt;
&lt;p&gt;Seamless integration with your &lt;a href="https://docs.planetary-quantum.com/getting-started/deploy-to-quantum/deployment-quantum-cli/" target="_blank" rel="noreferrer"&gt;CI/CD and change management processes&lt;/a&gt;. Run heterogeneous workloads side by side — legacy alongside new developments.&lt;/p&gt;</description></item><item><title>For Developers</title><link>/en/solutions/for-developers/</link><pubDate>Sun, 30 May 2021 18:23:24 +0000</pubDate><guid>/en/solutions/for-developers/</guid><description>&lt;p&gt;&lt;img src="/icons/edgy/light/mars-rover.svg" alt="" width="90" style="float: left; margin: 0 1rem 0.5rem 0;" loading="lazy" /&gt; Our platform is based on &lt;strong&gt;Docker Swarm&lt;/strong&gt; and thus supports everything that fits into a Docker container — custom container images as well as ready-made ones from the Docker Hub or all other registries. All of this, of course, without any artificial restrictions on the number of containers, services or stacks.&lt;/p&gt;
&lt;p&gt;&lt;img src="/icons/edgy/light/black-hole.svg" alt="" width="90" style="float: right; margin: 0 0 0.5rem 1rem;" loading="lazy" /&gt;Regardless of whether your application is still in the test phase or already in production, our platform offers a flexible and scalable infrastructure for every project phase and requirement. Your services can be scaled at any time. Our Managed Ingress (Traefik or Caddy) with &lt;strong&gt;TLS/HTTPS via Let&amp;rsquo;s Encrypt&lt;/strong&gt; makes this particularly easy.&lt;/p&gt;</description></item><item><title>For Decision Makers</title><link>/en/solutions/for-decision-makers/</link><pubDate>Sun, 30 May 2021 18:16:20 +0000</pubDate><guid>/en/solutions/for-decision-makers/</guid><description>&lt;p&gt;These days, you reach your customers mainly through digital channels, namely mobile-first and cloud-first. These simple terms conceal complex technologies, the operation of which requires extensive infrastructure and specialist knowledge.&lt;/p&gt;
&lt;p&gt;&lt;img src="/icons/edgy/light/rocket-launch.svg" alt="" width="90" style="float: left; margin: 0 1rem 0.5rem 0;" loading="lazy" /&gt; Our platform eases the load on your IT organization and offers transparency about the use of resources. This way, your team can focus its strength on the implementation of customer requirements.&lt;/p&gt;
&lt;p&gt;&lt;img src="/icons/edgy/light/lander.svg" alt="" width="90" style="float: right; margin: 0 0 0.5rem 1rem;" loading="lazy" /&gt;In addition to our platform, we offer &lt;a href="/en/products/add-ons/" &gt;numerous add-ons&lt;/a&gt; that allow your team to optimize and monitor your applications in order to ensure smooth operation.&lt;/p&gt;</description></item><item><title>For Startups</title><link>/en/solutions/for-startups/</link><pubDate>Sun, 30 May 2021 18:11:09 +0000</pubDate><guid>/en/solutions/for-startups/</guid><description>&lt;p class="pq-hero-headline"&gt;
 Focus on building your product, not managing infrastructure. Planetary Quantum handles your hosting so your team can ship faster.
&lt;/p&gt;

&lt;p&gt;&lt;img src="/icons/edgy/light/rocket-launch.svg" alt="" width="90" style="float: left; margin: 0 1rem 0.5rem 0;" loading="lazy" /&gt; Get your applications online quickly. Your &lt;a href="/en/solutions/for-developers/" &gt;developers&lt;/a&gt; can focus on features, not ops.&lt;/p&gt;
&lt;p&gt;Our &lt;a href="https://docs.planetary-quantum.com/platform/" target="_blank" rel="noreferrer"&gt;platform&lt;/a&gt; supports fast, agile development with the tools you need.&lt;/p&gt;
&lt;p&gt;&lt;img src="/icons/edgy/light/price.svg" alt="" width="90" style="float: right; margin: 0 0 0.5rem 1rem;" loading="lazy" /&gt;&lt;a href="/en/products/docker-hosting/" &gt;Transparent pricing&lt;/a&gt; that scales with your growth. Start with one node, scale as needed — from MVP to exit. Reliable Docker hosting with infrastructure, support, and advice from one source.&lt;/p&gt;</description></item><item><title>For Agencies</title><link>/en/solutions/for-agencies/</link><pubDate>Sun, 30 May 2021 17:50:37 +0000</pubDate><guid>/en/solutions/for-agencies/</guid><description>&lt;p&gt;Agencies work in a dynamic environment in which the pace is dictated by the requirements of your customers. An important part of being competitive is not only to offer better communication solutions, but also to be able to deliver faster than the competition. This requires transparency of costs, budget allocation and ROI.&lt;/p&gt;
&lt;p&gt;&lt;img src="/images/solutions/speed_hu_aa3143eaa8ccfde3.png" alt="" width="90" height="90" style="float: left; margin: 0 1rem 0.5rem 0;" loading="lazy" /&gt; When a quick and smooth go-live is an absolute priority for your customers, you can rely on the Planetary Quantum platform. Your IT experts are relieved of administrative tasks and can concentrate on implementing the applications. Accelerate your development process and achieve faster results for your customers.&lt;/p&gt;</description></item><item><title>Contact</title><link>/en/service/contact/</link><pubDate>Sun, 30 May 2021 16:58:31 +0000</pubDate><guid>/en/service/contact/</guid><description>&lt;p&gt;We guarantee a reply within 24 hours, Monday to Friday. You can also find many answers to your questions on the FAQ page or in our documentation.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Help?
 &lt;div id="help" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#help" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Go to the &lt;a href="/en/faq/" &gt;FAQs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Go to the &lt;a href="https://docs.planetary-quantum.com" target="_blank" rel="noreferrer"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Helpdesk: &lt;a href="mailto:support@planetary-quantum.com" &gt;support@planetary-quantum.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 class="relative group"&gt;Drop us a line
 &lt;div id="drop-us-a-line" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#drop-us-a-line" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Planetary Quantum GmbH&lt;br&gt;
Naumannstr. 64&lt;br&gt;
10829 Berlin&lt;/p&gt;</description></item><item><title>Docker Hosting</title><link>/en/products/docker-hosting/</link><pubDate>Sun, 30 May 2021 16:48:40 +0000</pubDate><guid>/en/products/docker-hosting/</guid><description>&lt;div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="important"&gt;
 &lt;div class="flex items-center gap-2 font-semibold text-inherit"&gt;
 &lt;div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"&gt;&lt;span class="relative block icon"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"&gt;&lt;path fill="currentColor" d="M287.9 0C297.1 0 305.5 5.25 309.5 13.52L378.1 154.8L531.4 177.5C540.4 178.8 547.8 185.1 550.7 193.7C553.5 202.4 551.2 211.9 544.8 218.2L433.6 328.4L459.9 483.9C461.4 492.9 457.7 502.1 450.2 507.4C442.8 512.7 432.1 513.4 424.9 509.1L287.9 435.9L150.1 509.1C142.9 513.4 133.1 512.7 125.6 507.4C118.2 502.1 114.5 492.9 115.1 483.9L142.2 328.4L31.11 218.2C24.65 211.9 22.36 202.4 25.2 193.7C28.03 185.1 35.5 178.8 44.49 177.5L197.7 154.8L266.3 13.52C270.4 5.249 278.7 0 287.9 0L287.9 0zM287.9 78.95L235.4 187.2C231.9 194.3 225.1 199.3 217.3 200.5L98.98 217.9L184.9 303C190.4 308.5 192.9 316.4 191.6 324.1L171.4 443.7L276.6 387.5C283.7 383.7 292.2 383.7 299.2 387.5L404.4 443.7L384.2 324.1C382.9 316.4 385.5 308.5 391 303L476.9 217.9L358.6 200.5C350.7 199.3 343.9 194.3 340.5 187.2L287.9 78.95z"/&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/div&gt;
 &lt;div class="grow"&gt;
 The Quantum Factor
 &lt;/div&gt;
 &lt;/div&gt;&lt;div class="admonition-content mt-3 text-base leading-relaxed text-inherit"&gt;&lt;p&gt;With traditional hosting providers like Hetzner or IONOS, you rent servers and are responsible for the rest yourself. With us, you get a &lt;strong&gt;fully managed platform&lt;/strong&gt; – we take care of setup, operations and maintenance, you focus on your applications.&lt;/p&gt;</description></item><item><title>Resources</title><link>/en/resources/</link><pubDate>Sun, 30 May 2021 16:17:47 +0000</pubDate><guid>/en/resources/</guid><description>&lt;p&gt;Are you looking for detailed examples of containerization, deployments with Quantum, Docker registries or scaling? You can find our extensive documentation at &lt;a href="https://docs.planetary-quantum.com/" target="_blank" rel="noreferrer"&gt;docs.planetary-quantum.com&lt;/a&gt;.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Whitepapers
 &lt;div id="whitepapers" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#whitepapers" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;In-depth technical guides on container orchestration and platform architecture.&lt;/p&gt;
&lt;p&gt;&lt;a href="/en/whitepaper/" &gt;Browse Whitepapers&lt;/a&gt;&lt;/p&gt;

&lt;h2 class="relative group"&gt;FAQ
 &lt;div id="faq" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#faq" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;You&amp;rsquo;ve got questions, we have answers.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.planetary-quantum.com/" target="_blank" rel="noreferrer"&gt;Documentation&lt;/a&gt; | &lt;a href="/en/faq/" &gt;Our FAQs&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Quantum-Cli-2.3.0 Release</title><link>/2021/03/29/quantum-cli-2-3-0/</link><pubDate>Mon, 29 Mar 2021 14:34:04 +0000</pubDate><guid>/2021/03/29/quantum-cli-2-3-0/</guid><description>&lt;h1 class="relative group"&gt;Quantum-CLI: 2.3.0
 &lt;div id="quantum-cli-230" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#quantum-cli-230" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h1&gt;
&lt;p&gt;Last week we released a new version of Quantum-CLI 2.3.0. With this release, we now support the use of environment variables when deploying stacks. We have also improved the CLI&amp;rsquo;s screen output during a deployment, so you now see progress bars for downloading your Docker images and restarting the services in your stack.&lt;/p&gt;
&lt;p&gt;For those who want to watch a demo, we also provide an &lt;a href="https://asciinema.org/a/402633" target="_blank" rel="noreferrer"&gt;Asciicast&lt;/a&gt;:&lt;/p&gt;</description></item><item><title>Beta: Container Monitoring</title><link>/2020/12/01/beta-container-monitoring/</link><pubDate>Tue, 01 Dec 2020 15:54:00 +0000</pubDate><guid>/2020/12/01/beta-container-monitoring/</guid><description>&lt;p&gt;In the further development of our platform, we are guided by customer feedback: two challenges in IT are capacity planning and operational insight during runtime. Especially in companies that don&amp;rsquo;t have traditional structures and departments, Quantum helps and supports your team in its tasks — in development and during operations.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Quantum Supports
 &lt;div id="quantum-supports" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#quantum-supports" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;In daily operations, overview and insight when debugging applications is often particularly challenging — figuring out why something isn&amp;rsquo;t working or which part of the application (or stack) isn&amp;rsquo;t doing what it should, needs to be simple. We took the first step in May of this year (2020) when we introduced a &lt;a href="/2020/05/05/loki-die-logs-immer-im-blick/" &gt;fully automated and scalable centralized logging based on Loki&lt;/a&gt;, today we&amp;rsquo;re going one step further.&lt;/p&gt;</description></item><item><title>Aloha Flatcar!</title><link>/2020/10/15/aloha-flatcar/</link><pubDate>Thu, 15 Oct 2020 15:16:00 +0000</pubDate><guid>/2020/10/15/aloha-flatcar/</guid><description>&lt;img src="/images/posts/flatcar-logo.svg" alt="Flatcar Logo" style="vertical-align: middle;" loading="lazy" /&gt;
&lt;p&gt;Autumn brings new beginnings &amp;ndash; since October 15, 2020, we have been provisioning new orders based on the Berlin-based Linux distribution Flatcar Linux. With this, we say goodbye to RedHat/CentOS Linux and look to the future.&lt;/p&gt;
&lt;p&gt;Flatcar Linux started as a &amp;ldquo;friendly&amp;rdquo; fork of (former) RedHat CoreOS when the EOL of the CoreOS distribution was announced. Flatcar is excellently suited for hosting containers and is the perfect foundation for our platform.&lt;/p&gt;</description></item><item><title>Cloud: Level-Up</title><link>/2020/09/01/cloud-level-up/</link><pubDate>Tue, 01 Sep 2020 10:00:00 +0000</pubDate><guid>/2020/09/01/cloud-level-up/</guid><description>&lt;p&gt;One of our USPs is that we don&amp;rsquo;t host with an American provider: our platform has been running on the infrastructure of our sister company Planetary Networks GmbH (&amp;ldquo;Networks&amp;rdquo;) from the very beginning.&lt;/p&gt;
&lt;p&gt;In September 2020, the cloud infrastructure of Networks was rebuilt and is now available for Planetary Quantum and our customers.&lt;/p&gt;
&lt;p&gt;The most important parameters are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Full redundancy at the hypervisor level&lt;/li&gt;
&lt;li&gt;AMD-EPYC7 CPUs (with thousands of cores)&lt;/li&gt;
&lt;li&gt;4x 25 Gbit/s connection (per hypervisor) in the network&lt;/li&gt;
&lt;li&gt;Orchestration with OpenStack (with open APIs and all conveniences)&lt;/li&gt;
&lt;li&gt;Auto-Healing :-) for increased fault tolerance&lt;/li&gt;
&lt;li&gt;Redundant, fast NVME storage&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A dream for us just waiting to be used!&lt;/p&gt;</description></item><item><title>GA: Managed Database</title><link>/2020/07/01/ga-managed-database/</link><pubDate>Wed, 01 Jul 2020 09:00:00 +0000</pubDate><guid>/2020/07/01/ga-managed-database/</guid><description>&lt;p&gt;Databases and Docker? How does that work? In our experience (by now) very well!&lt;/p&gt;
&lt;p&gt;Since July 2020, Quantum has been offering the &amp;ldquo;Managed Database&amp;rdquo; service with PostgreSQL.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Managed Database&amp;rdquo; is a service for customers who don&amp;rsquo;t want to deal with operating their own database. We have the corresponding know-how on our team. The service is provisioned in a VPC alongside your Docker nodes, customers receive credentials and corresponding insights via dashboards.&lt;/p&gt;</description></item><item><title>Loki: Logs Always in Sight</title><link>/2020/05/05/loki-die-logs-immer-im-blick/</link><pubDate>Tue, 05 May 2020 14:28:00 +0000</pubDate><guid>/2020/05/05/loki-die-logs-immer-im-blick/</guid><description>&lt;p&gt;Since we have had our first customers on our platform, observability has been an important topic for us. Containerized applications have many advantages, but the herd of microservices can also be overwhelming.&lt;/p&gt;
&lt;p&gt;From the beginning, we have offered our customers the ability to view logs on any running container through our Console. Additionally, our customers have the option to send logs from their projects to a self-hosted ELK (or similar) for centralization.&lt;/p&gt;</description></item><item><title>Beta: Managed Registry</title><link>/2020/03/20/beta-managed-registry/</link><pubDate>Fri, 20 Mar 2020 16:00:00 +0000</pubDate><guid>/2020/03/20/beta-managed-registry/</guid><description>&lt;p&gt;Data security has been a topic for us long before GDPR. That&amp;rsquo;s why we operate all services for Quantum on the infrastructure of our sister company (Planetary) Networks.&lt;/p&gt;
&lt;p&gt;When we started developing our platform, we quickly realized that we also needed a Docker registry for our containers. For the past year, we have been using the open source project Harbor (by VMWare) for this purpose.&lt;/p&gt;
&lt;img src="/images/posts/registry-01.png" alt="" style="vertical-align: middle;" loading="lazy" /&gt;
&lt;p&gt;We operate Harbor through our platform and use &lt;em&gt;this harbor&lt;/em&gt; productively ourselves. Starting today, we&amp;rsquo;re &amp;ldquo;pushing&amp;rdquo; the service to the next stage: Beta.&lt;/p&gt;</description></item><item><title>Cluster Status</title><link>/2019/10/25/cluster-status/</link><pubDate>Fri, 25 Oct 2019 14:24:00 +0000</pubDate><guid>/2019/10/25/cluster-status/</guid><description>&lt;h1 class="relative group"&gt;Cluster Status
 &lt;div id="cluster-status" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#cluster-status" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h1&gt;
&lt;p&gt;Today we deployed an extension in our Console. In our solutions, like many others, we like to rely on open source solutions such as Docker and Portainer. And of course, we not only take care of operating these building blocks for our customers, but also continuously develop them further.&lt;/p&gt;

&lt;h3 class="relative group"&gt;What&amp;rsquo;s New?
 &lt;div id="whats-new" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#whats-new" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;p&gt;When our customers log into the Console and select an endpoint (cluster), they now see an extended status of their cluster directly on the dashboard. In the background, we have made various stabilizations to the (Portainer) agent and transparently share the status (or the success of these stabilizations) with the dashboard.&lt;/p&gt;</description></item><item><title>Hello World</title><link>/2019/10/22/hallo-welt/</link><pubDate>Tue, 22 Oct 2019 10:00:00 +0000</pubDate><guid>/2019/10/22/hallo-welt/</guid><description>&lt;p&gt;Planetary Quantum GmbH was registered in the commercial register on October 22, 2019. And now things are really getting started.&lt;/p&gt;
&lt;p&gt;We thank employees, friends, and customers who have already supported us and look forward to further collaboration.&lt;/p&gt;
&lt;p&gt;Dennis Tschech &amp;amp; Till Klampaeckel&lt;/p&gt;</description></item><item><title>Cluster Metrics</title><link>/2019/10/16/cluster-metriken/</link><pubDate>Wed, 16 Oct 2019 10:00:00 +0000</pubDate><guid>/2019/10/16/cluster-metriken/</guid><description>&lt;h1 class="relative group"&gt;Cluster Metrics
 &lt;div id="cluster-metrics" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#cluster-metrics" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h1&gt;
&lt;p&gt;Our platform customers book capacity in the form of CPU, RAM, and disk (HDD). Optionally, these are distributed across different nodes to increase horizontal scalability and fault tolerance. Until now, there was no concept in Portainer for collecting and displaying this data &amp;ndash; the use of an additional stack for monitoring and evaluating resources was necessary: additional infrastructure and work for our customers. That&amp;rsquo;s why we&amp;rsquo;re all the more pleased with this update &lt;strong&gt;to simplify the work for our customers.&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>