<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>News &amp; Perspectives on Empowering European Innovation</title><link>https://beta.safespring.eu/perspectives/</link><description>Recent content in News &amp; Perspectives on Empowering European Innovation</description><generator>Hugo</generator><language>en-GB</language><copyright>2025 Safespring</copyright><lastBuildDate>Fri, 10 Jul 2026 16:26:39 +0200</lastBuildDate><atom:link href="https://beta.safespring.eu/perspectives/index.xml" rel="self" type="application/rss+xml"/><item><title>Digital control is not a product</title><link>https://beta.safespring.eu/perspectives/digital-radighet-ar-inte-en-produkt/</link><pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/digital-radighet-ar-inte-en-produkt/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
When CivSec published the report Digital rådighet och strukturella beroenden in May 2026, it gave a clear definition to the concept: an organization's actual ability to control information, systems and decisions over time, even when suppliers, contracts or legal conditions change.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The report places digital control alongside NIS2, the AI Act, DORA and the Swedish Cybersecurity Act (2025:1506).&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt; It also points to the gap between what the regulatory frameworks already make possible and what organizations actually require when they procure, document and govern their digital environments.&lt;/p&gt;</description></item><item><title>KubeCon + CloudNativeCon Europe 2026 — Amsterdam Recap</title><link>https://beta.safespring.eu/perspectives/kubecon--cloudnativecon-europe-2026-amsterdam-recap/</link><pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/kubecon--cloudnativecon-europe-2026-amsterdam-recap/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
The central theme for this year's KubeCon was unmistakable: cloud native infrastructure is AI infrastructure, and the ecosystem is reorganizing around that reality. Of course, Safespring was onsite and enjoying the latest from the industry.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;img
 src="https://beta.safespring.eu/img/blogg/2026-kubecon-amsterdam-venue.webp"
 width="900" height="1200"
 alt="Amsterdam RAI venue entrance during KubeCon &amp;#43; CloudNativeCon Europe 2026."
 
 loading="lazy"
/&gt;
&lt;/p&gt;
&lt;h2 id="keynote-highlights"&gt;Keynote Highlights&lt;/h2&gt;
&lt;p&gt;The opening keynotes set the tone with a clear macro forecast: in 2023, roughly two-thirds of AI compute went to training and one-third to inference. By the end of 2026, that ratio is expected to flip, with inference compute demand projected to reach 93.3 gigawatts by decade&amp;rsquo;s end. The message was direct — Kubernetes is becoming the control plane for AI infrastructure, and the CNCF ecosystem is positioning itself to own that layer. And perhaps finally the operating system for the datacenter.&lt;/p&gt;</description></item><item><title>Safespring positions itself for continued growth: Appoints Johan Harrysson as new CEO</title><link>https://beta.safespring.eu/perspectives/safespring-positions-itself-for-continued-growth-appoints-johan-harrysson-as-new-ceo/</link><pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-positions-itself-for-continued-growth-appoints-johan-harrysson-as-new-ceo/</guid><description>&lt;p&gt;&lt;img
 src="https://beta.safespring.eu/img/people/harrysson/safespring-harrysson-1.jpg"
 width="2000" height="1333"
 alt="Johan Harrysson, CEO at Safespring"
 
 loading="lazy"
/&gt;

&lt;em&gt;Download &lt;a href="https://beta.safespring.eu/img/people/harrysson/safespring-harrysson-2.jpg"&gt;high-resolution image&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The Swedish cloud provider Safespring announces today that it is strengthening its management team. Johan Harrysson has been recruited as the new Chief Executive Officer (CEO) in a strategic move to lead the company forward following strong growth over the past five years.&lt;/p&gt;
&lt;p&gt;Johan Harrysson, with experience as CEO of fast-growing companies in regulated industries, is a familiar name to the company, as he previously held the role of CCO (Chief Commercial Officer) at Safespring.&lt;/p&gt;</description></item><item><title>Ingress-Nginx Retires in March 2026: Here’s How to Move to Gateway API and Cilium Gateway</title><link>https://beta.safespring.eu/deep-dive/2025-11-migrating-from-ingress-nginx-to-gateway-api-with-cilium/</link><pubDate>Thu, 27 Nov 2025 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/deep-dive/2025-11-migrating-from-ingress-nginx-to-gateway-api-with-cilium/</guid><description>&lt;h2 id="tldr"&gt;TL;DR&lt;/h2&gt;
&lt;p&gt;With the retirement of Ingress Nginx migration from Ingress-Nginx to Gateway API using Cilium with a shared gateway approach, trading some complexity for cleaner, more efficient, and standardized ingress management is one way of solving the question of ingress to your cluster.&lt;/p&gt;
&lt;h3 id="why-explore-gateway-api"&gt;Why explore Gateway API:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Annotation Sprawl&lt;/strong&gt;: Managing dozens of ingress-nginx-specific annotations across ingress resources.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Limited Future-Proofing&lt;/strong&gt;: Alignment with where the Kubernetes is heading.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="gateway-api-address-these-concerns-by-offering"&gt;Gateway API address these concerns by offering:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Standardization&lt;/strong&gt;: Is an official Kubernetes project.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enhanced Security&lt;/strong&gt;: Built-in RBAC controls and namespace-based access restrictions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Better Resource Management&lt;/strong&gt;: The alternative of useingshared gateways means reduced resource overhead.&lt;/li&gt;
&lt;/ul&gt;


&lt;div class="safespring-horisontal-card-container bg-white shadow-1 safespring-horisontal-card-row my-2"&gt;
 &lt;div
 class="safespring-horisontal-card-col safespring-horisontal-card-image"
 style="background-image: url(/img/graphics/safespring-image.svg);"
 role="img"
 aria-label="Safespring Kubernetes Engine with Cilium Gateway API"
 &gt;&lt;/div&gt;
 &lt;div class="safespring-horisontal-card-col safespring-horisontal-card-content"&gt;
 &lt;h3&gt;Gateway API on Cilium, managed for you&lt;/h3&gt;
 &lt;p&gt;Spin up Talos-based clusters with Cilium and Gateway API ready on day one. Get a managed control plane and flexible block storage, so you focus on your workloads instead of the plumbing.&lt;/p&gt;</description></item><item><title>The EU just defined Sovereign Cloud, here is our score</title><link>https://beta.safespring.eu/perspectives/the-eu-just-defined-sovereign-cloud-here-is-our-score/</link><pubDate>Thu, 06 Nov 2025 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/the-eu-just-defined-sovereign-cloud-here-is-our-score/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
On 20 October 2025, the European Commission published a reference for grading European clouds: the Cloud Sovereignty Framework.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Inspired by initiatives from France&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;, Germany&lt;sup id="fnref:2"&gt;&lt;a href="#fn:2" class="footnote-ref" role="doc-noteref"&gt;2&lt;/a&gt;&lt;/sup&gt;, and European regulations&lt;sup id="fnref:3"&gt;&lt;a href="#fn:3" class="footnote-ref" role="doc-noteref"&gt;3&lt;/a&gt;&lt;/sup&gt;, as well as international practices in export controls, supply chain resilience, and security auditability, this framework&lt;sup id="fnref:4"&gt;&lt;a href="#fn:4" class="footnote-ref" role="doc-noteref"&gt;4&lt;/a&gt;&lt;/sup&gt; offers a new approach to objectify a topic that has been hard to quantify and compare.&lt;/p&gt;
&lt;p&gt;This new framework echoes the white paper that the EuroStack industry initiative published just weeks prior, titled ”&lt;em&gt;A Proposed Framework for a &amp;lsquo;Buy European&amp;rsquo; Regulation of Strategic Digital Procurement&lt;/em&gt;”&lt;sup id="fnref:5"&gt;&lt;a href="#fn:5" class="footnote-ref" role="doc-noteref"&gt;5&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;</description></item><item><title>Configure Zitadel OIDC for the Talos Kubernetes API Server</title><link>https://beta.safespring.eu/deep-dive/2025-10-zitadel-oidc-configuration/</link><pubDate>Fri, 03 Oct 2025 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/deep-dive/2025-10-zitadel-oidc-configuration/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
In this guide, we walk through configuring OpenID Connect (OIDC) authentication for the Kubernetes API Server in Talos-managed clusters. 
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The integration uses &lt;a href="https://zitadel.com/"&gt;Zitadel&lt;/a&gt; as the identity provider, enabling secure, centralized authentication and authorization.&lt;/p&gt;
&lt;p&gt;We will also leverage the &lt;a href="https://github.com/int128/kubelogin"&gt;kubectl OIDC plugin&lt;/a&gt; &lt;code&gt;kubelogin&lt;/code&gt; for handling OIDC-based logins seamlessly from the command line.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="key-components"&gt;Key Components&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Identity Provider&lt;/strong&gt;: &lt;a href="https://zitadel.com/"&gt;Zitadel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kubernetes API Server&lt;/strong&gt;: OIDC-enabled authentication&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;RBAC&lt;/strong&gt;: Role-based access control using OIDC claims&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cluster Management&lt;/strong&gt;: Talos Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;div class="note-dotted" style="--note-accent: #32CD32;"&gt;
 &lt;p class="note-dotted-title note-dotted-title--custom"&gt;
 &lt;span class="note-dotted-icon" aria-hidden="true"&gt;&lt;svg class="fa-icon fa-solid fa-exclamation" aria-hidden="true" focusable="false" data-fa-symbol="fa-solid-exclamation"&gt;
 &lt;use href="#fa-solid-exclamation" xlink:href="#fa-solid-exclamation"&gt;&lt;/use&gt;
&lt;/svg&gt;
&lt;/span&gt;
 &lt;span&gt;Prerequisites&lt;/span&gt;
 &lt;/p&gt;</description></item><item><title>The multidimensional problem</title><link>https://beta.safespring.eu/perspectives/the-multidimensional-problem/</link><pubDate>Wed, 20 Aug 2025 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/the-multidimensional-problem/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
In both Sweden and the EU, there is a recurring discussion about the use of American cloud services.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;In these debates, it is not uncommon for one side to argue that there are legal obstacles, whereupon the other side claims that the right IT security resolves the legal obstacle. In the end, no one is any wiser about what the rules actually are.&lt;/p&gt;
&lt;p&gt;After far too many such discussions and a continued state of confusion, I started wondering why the issue is so hard to discuss. One answer is of course that the party putting forward their argument has some sort of stake, for example that it benefits the person’s employer. But even if a party is not arguing intellectually honestly and instead argues from their special interest, the problem remains that very few seem able to make both a competent and complete assessment. Note that I am not claiming I can either.&lt;/p&gt;</description></item><item><title>EuroStack’s Second Open Letter: Buy, Sell and Fund European!</title><link>https://beta.safespring.eu/perspectives/eurostacks-second-open-letter-buy-sell-and-fund-european/</link><pubDate>Wed, 07 May 2025 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/eurostacks-second-open-letter-buy-sell-and-fund-european/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
On 6 May 2025, the EuroStack Industry Group, now over 200 strong, sent its second open letter to President von der Leyen, EVP Virkkunen and EVP Séjourné. Safespring is proud to stand with our peers in calling for the full deployment of the EuroStack by 2030. 
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Europe’s digital ecosystem is at a crossroads: continue as a “digital colony” dependent on US and Chinese providers, or build our own, sovereign infrastructure. The data are clear, over 80 % of large European enterprises’ cloud and software spending still flows to US giants, leaking jobs and value out of our economy. Even the major US vendors themselves now hedge against geopolitical risk with hollow promises to sue their own governments rather than secure our digital sovereignty.&lt;/p&gt;</description></item><item><title>When you want, need or are forced to leave an American cloud provider</title><link>https://beta.safespring.eu/perspectives/when-you-want-need-or-are-forced-to-leave-an-american-cloud-provider/</link><pubDate>Wed, 26 Mar 2025 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/when-you-want-need-or-are-forced-to-leave-an-american-cloud-provider/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
In today’s geopolitical landscape where USA quickly tries to become more like China and Russia, customers to American cloud providers are faced with difficult decisions.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Do you want to leave?&lt;/strong&gt; Maybe you feel that USA is too far gone destroying their democracy, or that things in general are going haywire.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Do you need to leave?&lt;/strong&gt; Maybe your customer demands that your service is free from American connections or your employees refuse to work with American cloud providers or the Trans-Atlantic Data Privacy Framework disappears. If you are in the public sector or primarily sell to the public sector then you may need to reassess whether you can store and process personal data and/or secret information.&lt;/p&gt;</description></item><item><title>Why Safespring supports EuroStack</title><link>https://beta.safespring.eu/perspectives/why-safespring-supports-eurostack/</link><pubDate>Mon, 17 Mar 2025 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/why-safespring-supports-eurostack/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
At Safespring we have, for almost 10 years, been developing and selling cloud services that respects that the customers’ data only belong to the customer and that European digital sovereignty is necessary for Europe to thrive.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;In the current global political landscape it is obvious that Europe’s dependency on USA and China when it comes to IT products and services is disastrous for Europe’s future. Europe therefore needs to act swiftly to regain control over it’s own destiny.&lt;/p&gt;</description></item><item><title>Embracing change: A Glimpse into Safespring's Engineering plans for 2025</title><link>https://beta.safespring.eu/perspectives/embracing-change-a-glimpse-into-safesprings-engineering-plans-for-2025/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/embracing-change-a-glimpse-into-safesprings-engineering-plans-for-2025/</guid><description>&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m thrilled to share some exciting updates from Safespring&amp;rsquo;s engineering department. Since becoming Head of Engineering during September 2024, I&amp;rsquo;ve had the privilege of leading our teams that have been working tirelessly to enhance our infrastructure and capabilities.&lt;/p&gt;
&lt;p&gt;It’s now almost 6 months since I took this role and I’m incredibly happy to share many exciting announcements and insights today!&lt;/p&gt;
&lt;div class="accordion-box"&gt;
 &lt;button type="button" class="accordion" id="accordion-0-button" aria-expanded="false" aria-controls="accordion-0-panel"&gt;TL;DR&lt;/button&gt;
 &lt;div class="panel content-body" id="accordion-0-panel" role="region" aria-labelledby="accordion-0-button" aria-hidden="true" inert&gt;
 &lt;h3&gt;TL;DR&lt;/h3&gt;
&lt;p&gt;So you want the short version? Safespring’s engineering team is making big moves in 2025!&lt;/p&gt;</description></item><item><title>Safespring’s Cloud Services Now Available Through OCRE 2024</title><link>https://beta.safespring.eu/perspectives/safesprings-cloud-services-now-available-through-ocre-2024/</link><pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/safesprings-cloud-services-now-available-through-ocre-2024/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
As of February 3, 2025, Safespring’s cloud services are officially available through the OCRE 2024. This means that researchers and institutions can now procure our services more easily, with pre-negotiated terms and competitive pricing.
&lt;/p&gt;&lt;/div&gt;
&lt;div class="note-dotted" style="--note-accent: #32CD32;"&gt;
 &lt;p class="note-dotted-title note-dotted-title--custom"&gt;
 &lt;span class="note-dotted-icon" aria-hidden="true"&gt;&lt;svg class="fa-icon fa-solid fa-exclamation" aria-hidden="true" focusable="false" data-fa-symbol="fa-solid-exclamation"&gt;
 &lt;use href="#fa-solid-exclamation" xlink:href="#fa-solid-exclamation"&gt;&lt;/use&gt;
&lt;/svg&gt;
&lt;/span&gt;
 &lt;span&gt;TL;DR&lt;/span&gt;
 &lt;/p&gt;
 &lt;div class="note-dotted-content"&gt;&lt;p&gt;OCRE 2024 is a framework agreement that simplifies cloud service procurement for research and education institutions with pre-negotiated terms and competitive pricing.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Safespring has been a trusted provider of cloud services for the research and education sector since its founding. Our mission is to empower innovation by offering high-performance computing, managed container platforms, scalable storage, and flexible backup solutions—all designed to meet the needs of modern research environments.&lt;/p&gt;</description></item><item><title>Driving Open Science Forward: Safespring’s Role in the EOSC EU Node Launch</title><link>https://beta.safespring.eu/perspectives/driving-open-science-forward-safesprings-role-in-the-eosc-eu-node-launch/</link><pubDate>Fri, 11 Oct 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/driving-open-science-forward-safesprings-role-in-the-eosc-eu-node-launch/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
We’re excited to share that the technical launch of the EOSC EU Node took place on 10 October 2024, and our CEO, Fredric, was present at the event in Brussels.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;This milestone brings Europe one step closer to a fully operational platform for advancing Open Science and fostering collaboration across the research community.&lt;/p&gt;
&lt;p&gt;Safespring is proud to be part of this important initiative aimed at building trusted infrastructure for open science across Europe. Read more about the event and its impact here: &lt;a href="https://open-science-cloud.ec.europa.eu/news/technical-launch-european-open-science-cloud-eosc-eu-node-sets-stage-successful-deployment"&gt;Technical Launch of the European Open Science Cloud (EOSC) EU Node&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Géant OCRE IaaS+ 2020 is coming to an end</title><link>https://beta.safespring.eu/perspectives/geant-ocre-iaas-2020-is-coming-to-an-end/</link><pubDate>Fri, 30 Aug 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/geant-ocre-iaas-2020-is-coming-to-an-end/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
November 30 is the last day to sign contracts under the OCRE IaaS+ 2020 framework agreement.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The framework agreement will be replaced by a new one with essentially the same scope. As Safespring understands it, the new framework agreement will enter into force on February 1 at the earliest. If the procurement is appealed, the start date will likely be postponed.&lt;/p&gt;
&lt;p&gt;For all organizations covered by the framework agreement, we recommend issuing a call-off this autumn to secure the delivery of cloud services and consultants. A contract signed before the end of November can have a term of up to four years.&lt;/p&gt;</description></item><item><title>Greetings from OpenInfra Days Gothenburg 2024!</title><link>https://beta.safespring.eu/perspectives/greetings-from-openinfra-days-gothenburg-2024/</link><pubDate>Tue, 07 May 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/greetings-from-openinfra-days-gothenburg-2024/</guid><description>&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m Jon Ander Novella de Miguel, and I had the pleasure of representing Safespring at the OpenInfra Days held in Gothenburg on May 7, 2024. Although we missed seeing many of you there, I’m excited to share the essence of our session and how Safespring is pushing the boundaries of open source infrastructure.&lt;/p&gt;
&lt;h3 id="our-presentation-enhancing-infrastructure-with-nats-and-huma"&gt;Our Presentation: Enhancing Infrastructure with NATS and Huma&lt;/h3&gt;
&lt;p&gt;Our talk, &amp;ldquo;Using NATS and Huma to Enhance Open Source Infrastructure,&amp;rdquo; focused on how these technologies are integral to fostering a robust, secure, and flexible digital environment, especially for B2B and European research communities. We&amp;rsquo;re committed to providing solutions that not only meet current demands but also anticipate future challenges.&lt;/p&gt;</description></item><item><title>Daniel Melin moves from the Swedish Tax Agency to Safespring</title><link>https://beta.safespring.eu/perspectives/daniel-melin-moves-from-the-swedish-tax-agency-to-safespring/</link><pubDate>Wed, 14 Feb 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/daniel-melin-moves-from-the-swedish-tax-agency-to-safespring/</guid><description>&lt;p&gt;&lt;img
 src="https://beta.safespring.eu/img/blogg/cards/web-safespring-daniel-melin-2024-02.jpg"
 width="4724" height="2657"
 alt="Daniel Malin at Safespring"
 
 loading="lazy"
/&gt;
&lt;/p&gt;
&lt;div class="ingress"&gt;&lt;p&gt;
At Safespring, we are proud to welcome Daniel Melin to our team, a leading advocate for open source and cloud services.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Daniel’s solid background strengthens our mission to spread knowledge about cloud services. With experience from Skatteverket and Kammarkollegiet, Daniel has unique insight into the challenges and opportunities of the public sector’s use of cloud services.&lt;/p&gt;
&lt;div class="quote"&gt;&lt;p&gt;
“I’ve had many conversations with SaaS companies that have locked themselves into American cloud services. They have a great service but have struggled to find customers in the public sector because of their dependence on American cloud services. My time in the public sector has equipped me with a deep understanding of the potential of cloud services,” Daniel reflects.
&lt;/p&gt;</description></item><item><title>Looking ahead to 2024 – a summary of this year's progress and future prospects</title><link>https://beta.safespring.eu/perspectives/looking-ahead-to-2024-a-summary-of-this-years-progress-and-future-prospects/</link><pubDate>Tue, 19 Dec 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/looking-ahead-to-2024-a-summary-of-this-years-progress-and-future-prospects/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
As 2023 draws to a close, we at Safespring would like to take the opportunity to look back at the year’s progress and look ahead to what 2024 may bring.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;This year has been marked by significant advances in cloud services, with each new step guided by our vision to deliver innovative, high-quality solutions.&lt;/p&gt;
&lt;h3 id="private-cloud-for-rise"&gt;Private Cloud for RISE&lt;/h3&gt;
&lt;p&gt;Our collaboration with RISE (Research Institutes of Sweden) has been a milestone this year. Through this partnership, we created a Managed Private Cloud solution specifically tailored to handle large volumes of data from space telescopes. This project not only underscores our expertise in customized cloud solutions, but also demonstrates our ability to meet unique and demanding needs. It is a prime example of how our tailored services can contribute to impactful research and innovation.&lt;/p&gt;</description></item><item><title>Safespring: A key player in Europe’s new scientific cloud platform worth €32 million</title><link>https://beta.safespring.eu/perspectives/safespring-a-key-player-in-europes-new-scientific-cloud-platform-worth-32-million/</link><pubDate>Mon, 27 Nov 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-a-key-player-in-europes-new-scientific-cloud-platform-worth-32-million/</guid><description>&lt;p&gt;Safespring, as a subcontractor to Poznań Supercomputing and Networking Center (PSNC), is proud to announce our role on the winning team for the European Open Science Cloud (EOSC) procurement, an initiative aimed at enhancing and facilitating scientific research collaboration in Europe. The contract has an estimated value of approximately €32 million over three years.&lt;/p&gt;
&lt;p&gt;In this project, our task is to provide infrastructure and platform services to the European Open Science Cloud (EOSC), a platform that facilitates the sharing of scientific data and research resources across Europe. Safespring’s involvement spans two main areas:&lt;/p&gt;</description></item><item><title>Commentary: The Baltic Sea cable should be a wake-up call</title><link>https://beta.safespring.eu/perspectives/commentary-the-baltic-sea-cable-should-be-a-wake-up-call/</link><pubDate>Mon, 13 Nov 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/commentary-the-baltic-sea-cable-should-be-a-wake-up-call/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
In an era where digital infrastructure has become as critical as traditional utilities, the recent events involving the Baltic Sea cable and other vulnerabilities underscore an urgent need for action.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;At Safespring, our commitment has always been not only to innovate in cloud technology, but also to ensure that these innovations contribute to a resilient and secure digital environment for Sweden and Europe.&lt;/p&gt;
&lt;p&gt;The article &lt;a href="https://www.nyteknik.se/debatt/lat-ostersjokabeln-bli-en-vackarklocka-digital-infrastruktur-behover-ett-beredskapslyft/4208118"&gt;&amp;ldquo;Let the Baltic Sea cable be a wake-up call – digital infrastructure needs a preparedness boost&amp;rdquo;&lt;/a&gt; serves as an important reminder of the challenges we face in digital infrastructure. These challenges are not only about maintaining services, but about protecting the very backbone of our modern society. As part of the Swedish tech community, we understand the significance of these vulnerabilities and the potential impact they can have on our society, our economy, and national security.&lt;/p&gt;</description></item><item><title>Safespring joins a collaborative initiative to strengthen Sweden's IT operations</title><link>https://beta.safespring.eu/perspectives/safespring-joins-a-collaborative-initiative-to-strengthen-swedens-it-operations/</link><pubDate>Tue, 27 Jun 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-joins-a-collaborative-initiative-to-strengthen-swedens-it-operations/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
Safespring, in collaboration with Atea, Binero, Cleura, Ericsson, Saab, the Swedish Tax Agency, the Swedish Transport Administration, and the Swedish Transport Agency, is joining Sweden’s IT Operations Network, an initiative aimed at strengthening the country’s IT operations capacity and boosting interest in IT infrastructure, data centers, and cloud services.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Sweden faces a challenge: the shortage of skills and resources in IT operations hinders the country’s ability to be self-sufficient in this critical sector. By increasing knowledge and expanding the talent pool in the field, we aim to enhance Sweden’s competitiveness.&lt;/p&gt;</description></item><item><title>A holistic approach to cloud infrastructure</title><link>https://beta.safespring.eu/perspectives/a-holistic-approach-to-cloud-infrastructure/</link><pubDate>Tue, 13 Jun 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/a-holistic-approach-to-cloud-infrastructure/</guid><description>&lt;p&gt;&lt;em&gt;This text was published in Svenska Dagbladet’s supplement “Critical Infrastructure”.&lt;/em&gt;&lt;/p&gt;
&lt;div class="ingress"&gt;&lt;p&gt;
&lt;p&gt;Can a cloud service be open, standardized, flexible, secure, and lawful at the same time? For us at Safespring, the answer is of course yes.&lt;/p&gt;
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Our services are based on open source, designed around open standards, and are easy to combine. Our infrastructure—and our corporate domicile—is in Europe. Therefore, there is no ambiguity about which laws apply when we provide services to our customers. Predictability, solid update and testing routines, and long experience, distributed among skilled staff in three European countries, give us one of the highest levels of security available on the market today. Not just technically but also legally, we can guarantee sustainability in service delivery for the foreseeable future.&lt;/p&gt;</description></item><item><title>How the government's IT strategy should be strengthened through the Digitalisation Council</title><link>https://beta.safespring.eu/perspectives/how-the-governments-it-strategy-should-be-strengthened-through-the-digitalisation-council/</link><pubDate>Mon, 29 May 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/how-the-governments-it-strategy-should-be-strengthened-through-the-digitalisation-council/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
&lt;p&gt;Discussions about the relationship between government IT systems and freedom-of-information and secrecy legislation have been running hot for over 60 years. The latest spin on the record, Government Bill 2022/23:97 on confidentiality exceptions when outsourcing IT operations, likely won’t be the final word either.&lt;/p&gt;
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Our reading is that the basis for &lt;a href="#proposition"&gt;Government Bill 2022/23:97&lt;/a&gt; is a reluctance among many Swedish agencies to limit the use of US cloud services. The EU’s data protection rules, and Sweden’s secrecy rules, require that personal data processed automatically in a computer system be protected against arbitrary access by a third country’s authorities, regardless of whether such access occurs through a legally defined process in that third country. A core view in Sweden and in the EU is that Swedish and European law governs Swedish and European authorities’ relationships with Swedish and European citizens. An increasingly evident conflict in recent years is that US legislation applicable to US companies does not satisfy this premise. There are few conclusions to draw other than that Swedish and European law require our administration to use services built and operated domestically.&lt;/p&gt;</description></item><item><title>Meta fined for data breaches: Is it just a symbolic gesture or real change?</title><link>https://beta.safespring.eu/perspectives/meta-fined-for-data-breaches-is-it-just-a-symbolic-gesture-or-real-change/</link><pubDate>Wed, 24 May 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/meta-fined-for-data-breaches-is-it-just-a-symbolic-gesture-or-real-change/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
&lt;p&gt;Europe faces an exciting future with a major digital leap. Even if the EU woke up late, the road ahead is clear. A strong commitment to protecting citizens’ personal data is evidenced not least by the fine against Meta of around SEK 13 billion &lt;a href="https://euobserver.com/digital/157058"&gt;1&lt;/a&gt;.&lt;/p&gt;
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The GDPR and the Cybersecurity Act are just two of a series of regulatory measures shaping the EU’s Digital Decade Strategy, aiming to create a free, safe, inclusive, and sustainable single market with people at its center &lt;a href="https://commission.europa.eu/strategy-and-policy/priorities-2019-2024/europe-fit-digital-age/europes-digital-decade-digital-targets-2030_sv"&gt;2&lt;/a&gt;. These are ambitious goals &lt;a href="https://sweden.representation.ec.europa.eu/strategi-och-prioriteringar/viktiga-eu-fragor-sverige/digitala-mal-2030_sv#framtiden-och-eus-digitala-kompass-inf%C3%B6r-2030"&gt;3&lt;/a&gt; that will require major changes in skills and workforce supply, and by steering toward the strategic objectives through regulations and legal requirements.&lt;/p&gt;</description></item><item><title>CLOUD Act and FISA 702</title><link>https://beta.safespring.eu/perspectives/cloud-act-fisa-702/</link><pubDate>Wed, 22 Mar 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/cloud-act-fisa-702/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
The CLOUD Act (Clarifying Lawful Overseas Use of Data Act) and FISA 702 (Foreign Intelligence Surveillance Act, Section 702) are U.S. laws that can create data protection and privacy risks when using U.S. cloud services.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Both laws can affect companies and organizations outside the United States, including European organizations that handle sensitive data such as personal data and patient data.&lt;/p&gt;
&lt;p&gt;In practice, this can mean that a European organization using U.S. cloud services may be exposed to requests or surveillance from U.S. authorities. That can create legal uncertainty and potential conflicts with GDPR, especially when data is sensitive or when the organization needs to demonstrate control over where data is processed and who can access it.&lt;/p&gt;</description></item><item><title>Safespring does not charge for traffic.</title><link>https://beta.safespring.eu/perspectives/safespring-does-not-charge-for-traffic./</link><pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-does-not-charge-for-traffic./</guid><description>&lt;p&gt;&lt;img
 src="https://beta.safespring.eu/img/blogg/safespring-zero-egress-cost.svg"
 width="3715" height="2212"
 alt="Safespring has a zero egress cost for data transfer"
 
 loading="lazy"
/&gt;
&lt;/p&gt;
&lt;div class="ingress"&gt;&lt;p&gt;
Egress cost refers to the cost of sending data from the cloud to a user's device or another cloud service outside the specific cloud.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The cost of uploading and downloading data is an important factor to consider when using cloud services. By being aware of it and planning for it in advance, you can avoid unwanted expenses and maximize cost-effectiveness in your use of cloud services.&lt;/p&gt;</description></item><item><title>Safespring presents Sunet Drive at the CS3 conference</title><link>https://beta.safespring.eu/perspectives/safespring-presents-sunet-drive-at-the-cs3-conference/</link><pubDate>Fri, 03 Mar 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-presents-sunet-drive-at-the-cs3-conference/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
Safespring is joining Sunet at the upcoming CS3 conference in Barcelona. As an "industry sponsor," we look forward to sharing our expertise and discussing new innovations with fellow attendees.
&lt;/p&gt;&lt;/div&gt;
&lt;h3 id="but-what-exactly-is-cs3"&gt;But what exactly is CS3?&lt;/h3&gt;
&lt;p&gt;CS3 (Cloud Storage Services for Synchronization and Sharing) is a series of conferences held annually. The conference brings together leading experts in IT for research and academic collaboration. It’s an opportunity to learn about the latest trends in technology, collaboration, and cloud services that support scientific collaboration.&lt;/p&gt;</description></item><item><title>Safespring certified as a green service by The Green Web Foundation</title><link>https://beta.safespring.eu/perspectives/safespring-certified-as-a-green-service-by-the-green-web-foundation/</link><pubDate>Mon, 27 Feb 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-certified-as-a-green-service-by-the-green-web-foundation/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
At Safespring, we are proud to be a company that works hard to reduce our environmental impact.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;An important step we&amp;rsquo;ve taken is ensuring that our data centers run on 100% renewable energy. By choosing renewable energy, we avoid carbon emissions that would otherwise harm the environment.&lt;/p&gt;
&lt;p&gt;To validate our sustainability performance, we have chosen to have our services certified by &amp;ldquo;The Green Web Foundation.&amp;rdquo; This organization works to make the internet a greener place and certifies companies that use renewable energy for their websites and digital services. Having our services certified by The Green Web Foundation is a step in the right direction toward becoming a greener organization.&lt;/p&gt;</description></item><item><title>Safespring supports Europe’s self-sufficiency in the tech sector</title><link>https://beta.safespring.eu/perspectives/safespring-supports-europes-self-sufficiency-in-the-tech-sector/</link><pubDate>Fri, 17 Feb 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-supports-europes-self-sufficiency-in-the-tech-sector/</guid><description>&lt;h2 id="security-and-privacy-in-focus---safespring-supports-europes-self-sufficiency-in-tech"&gt;Security and privacy in focus - Safespring supports Europe’s self-sufficiency in tech&lt;/h2&gt;
&lt;div class="ingress"&gt;&lt;p&gt;
As technology advances rapidly, we face growing challenges around security and privacy.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;European companies and organizations are increasingly dependent on tech services from countries outside our own sphere of influence. This means we risk losing control of our data and information flows. To safeguard our digital sovereignty, we must increase our level of self-sufficiency in the tech sector, and this should be prioritized as highly as electricity and metals.&lt;/p&gt;</description></item><item><title>Hosted Server vs IaaS</title><link>https://beta.safespring.eu/perspectives/hosted-server-vs-iaas/</link><pubDate>Wed, 15 Feb 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/hosted-server-vs-iaas/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
Looking for the best hosted server for your applications or services? Why not consider Infrastructure as a Service (IaaS) instead, together with the best cloud storage service on the market?
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;In this article, we take a closer look at what a hosted server and IaaS are, and why IaaS can be a better solution for your needs, especially when it comes to hosting and servers.&lt;/p&gt;
&lt;h2 id="what-is-a-hosted-server"&gt;What Is a Hosted Server?&lt;/h2&gt;
&lt;p&gt;A hosted server is a service where an external provider supplies a physical server located in their data center. The customer accesses the server via a web interface and is allocated a certain amount of bandwidth, memory, and storage capacity. The customer does not own the server and is not responsible for its maintenance.&lt;/p&gt;</description></item><item><title>Consultation response to the IT Operations Inquiry</title><link>https://beta.safespring.eu/perspectives/consultation-response-to-the-it-operations-inquiry/</link><pubDate>Wed, 11 May 2022 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/consultation-response-to-the-it-operations-inquiry/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
Since the inquiry was published, the geopolitical situation has changed significantly. This does not alter the substance of the inquiry, but it further highlights the importance of sovereign, secure and robust IT services.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Safespring, together with industry peers Binero and City Networks, thanks you for the opportunity to submit our views. The inquiry has carried out a very extensive and ambitious piece of work, and we share several of the conclusions and recommendations you have reached. Since the inquiry was published, the geopolitical situation has changed significantly. This does not change anything in substance for the inquiry but further highlights the importance of sovereign, secure and robust IT services.&lt;/p&gt;</description></item><item><title>Faster S3 and other news from Safespring</title><link>https://beta.safespring.eu/perspectives/faster-s3-and-other-news-from-safespring/</link><pubDate>Wed, 16 Mar 2022 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/faster-s3-and-other-news-from-safespring/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
This article is a collection of the latest news from Safespring. Consider subscribing to our newsletter to get the latest updates directly to your inbox.
&lt;/p&gt;&lt;/div&gt;
&lt;h2 id="kristian-is-our-contact-for-everyone-in-the-academic-sector"&gt;Kristian is our contact for everyone in the academic sector&lt;/h2&gt;
&lt;p&gt;Safespring is a significant supplier of infrastructure as a service to the academic sector in Norway and Sweden. Through customers such as prominent universities and colleges, we have gained extensive experience in secure projects focusing on cloud services such as virtual servers, Kubernetes, and large-scale storage.&lt;/p&gt;</description></item><item><title>Sunet Drive, a file management and collaboration service</title><link>https://beta.safespring.eu/perspectives/sunet-drive-a-file-management-and-collaboration-service/</link><pubDate>Thu, 20 May 2021 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/sunet-drive-a-file-management-and-collaboration-service/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
Together with Sunet, we have developed a file management and collaboration service for universities, university colleges, and affiliated public agencies on Sunet’s network.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The &lt;a href="https://beta.safespring.eu/documents/sunet-drive-file-sync-and-share-solution/"&gt;Sunet Drive&lt;/a&gt; service helps users comply with GDPR, is delivered on Safespring Private Cloud from Swedish data centers where Sunet operates the solution, and retains #digitalsovereignty.&lt;/p&gt;
&lt;p&gt;Read our solution brief to learn more about our solution—click the image below. For all customers within GÉANT, the solution is available via the OCRE framework agreement. &lt;a href="https://beta.safespring.eu/industries/safespring-cloud-platform-for-research-and-education/"&gt;Read more about OCRE here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Safespring is a Swedish member of GAIA-X</title><link>https://beta.safespring.eu/perspectives/safespring-is-a-swedish-member-of-gaia-x/</link><pubDate>Mon, 19 Apr 2021 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-is-a-swedish-member-of-gaia-x/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
Safespring is the Swedish member of the European collaboration project GAIA-X, which is establishing an organization in Sweden.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The initiators are Ericsson, City Network &amp;amp; Netnod. The purpose is to increase the region’s ability to be self-sufficient in digital infrastructure and to promote innovation based on European data legislation.&lt;/p&gt;
&lt;div class="accordion-box"&gt;
 &lt;button type="button" class="accordion" id="accordion-1-button" aria-expanded="false" aria-controls="accordion-1-panel"&gt;What is GAIA-X?&lt;/button&gt;
 &lt;div class="panel content-body" id="accordion-1-panel" role="region" aria-labelledby="accordion-1-button" aria-hidden="true" inert&gt;
 &lt;h3&gt;What is GAIA-X?&lt;/h3&gt;
&lt;p&gt;GAIA-X is a European collaboration project for cloud infrastructure, aiming to increase the region’s self-sufficiency in digital infrastructure.&lt;/p&gt;</description></item><item><title>Public-sector digitalization doesn't hinge on the IT Operations Inquiry</title><link>https://beta.safespring.eu/perspectives/public-sector-digitalization-doesnt-hinge-on-the-it-operations-inquiry/</link><pubDate>Fri, 05 Feb 2021 10:11:27 +0100</pubDate><guid>https://beta.safespring.eu/perspectives/public-sector-digitalization-doesnt-hinge-on-the-it-operations-inquiry/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
The government and the IT Operations Inquiry seem to believe that American cloud services are the only ones available, write four representatives of Sweden’s cloud industry, urging the government to create conditions for domestic and European development in the cloud services domain.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;This article was written together with City Network, Binero, and Elastx.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The IT Operations Inquiry does not really present many new ideas, apart from proposing that the Public Access to Information and Secrecy Act be relaxed to give agencies greater autonomy regarding outsourcing operations and using cloud services. However, the inquiry maintains that it is still incompatible with the General Data Protection Regulation (GDPR) to transfer personal data to a so‑called third country lacking adequate legal privacy protections—something the Court of Justice of the EU has already established.&lt;/p&gt;</description></item><item><title>Åsa Zetterberg’s one-sided conclusions about the state and the cloud</title><link>https://beta.safespring.eu/perspectives/asa-zetterbergs-one-sided-conclusions-about-the-state-and-the-cloud/</link><pubDate>Tue, 03 Nov 2020 10:11:27 +0100</pubDate><guid>https://beta.safespring.eu/perspectives/asa-zetterbergs-one-sided-conclusions-about-the-state-and-the-cloud/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
IT &amp; Telekomföretagen’s chair Åsa Zetterberg needs to raise her sights, write representatives of four Swedish cloud service providers in a reply to last week’s op-ed.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;This article was written together with City Network, Binero, and Elastx.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Our industry association IT &amp;amp; Telekomföretagen argues in an &lt;a href="https://computersweden.idg.se/2.2683/1.741729/osakerheten-pa-molnmarknaden-kostar-skattebetalarna-miljarder"&gt;op-ed on October 29 in Computer Sweden&lt;/a&gt; that government organizations in Sweden have fallen far behind on digitalization and that the reason is that “the public market for cloud services has stood still since 2018 due to legal uncertainties.” The consequence, the authors claim, is that Sweden ranks only 14th out of 36 by EU measures when it comes to the digitalization of public administration, and that taxpayers have footed a bill of 4.6 billion so far in the form of forgone efficiencies.&lt;/p&gt;</description></item><item><title>Strategic AI collaboration with Scaleout</title><link>https://beta.safespring.eu/perspectives/strategic-ai-collaboration-with-scaleout/</link><pubDate>Thu, 29 Oct 2020 09:46:45 +0100</pubDate><guid>https://beta.safespring.eu/perspectives/strategic-ai-collaboration-with-scaleout/</guid><description>&lt;h2 id="strategic-ai-collaboration-to-advance-swedens-digitalisation-strategy"&gt;Strategic AI collaboration to advance Sweden’s digitalisation strategy&lt;/h2&gt;
&lt;div class="ingress"&gt;&lt;p&gt;
Future-proof your organization by taking control of your data and AI systems with a Swedish cloud provider and an open, flexible Swedish framework for machine learning.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;AI and machine learning are becoming increasingly important across many types of companies. Data has great value, and those who can make the best use of their data gain a competitive advantage. Scaleout, in collaboration with Safespring, is launching a powerful solution for companies that want to get started with AI easily and position themselves for the future.&lt;/p&gt;</description></item><item><title>Do we need a Norwegian government cloud service?</title><link>https://beta.safespring.eu/perspectives/do-we-need-a-norwegian-government-cloud-service/</link><pubDate>Wed, 14 Oct 2020 09:42:10 +0200</pubDate><guid>https://beta.safespring.eu/perspectives/do-we-need-a-norwegian-government-cloud-service/</guid><description>&lt;h2 id="norwegian-state-cloud-service"&gt;Norwegian state cloud service?&lt;/h2&gt;
&lt;div class="ingress"&gt;&lt;p&gt;
The debate about the security of U.S. cloud services has been a hot topic since the summer.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;On July 16, the Court of Justice of the European Union struck down the data transfer arrangement &amp;ldquo;Privacy Shield&amp;rdquo; in the so-called &amp;ldquo;Schrems II&amp;rdquo; ruling. The court also held that the United States is not a safe third country. For many companies, this has made it harder to use cloud services from U.S. providers.&lt;/p&gt;</description></item><item><title>Europe needs to create its own cloud services</title><link>https://beta.safespring.eu/perspectives/europe-needs-to-create-its-own-cloud-services/</link><pubDate>Wed, 05 Aug 2020 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/europe-needs-to-create-its-own-cloud-services/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
The government needs to act to promote local innovation in cloud infrastructure. This is particularly relevant following an EU ruling that invalidates the data protection agreement between the EU and the US, write Swedish entrepreneurs in IT operations in a response.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;This article is written together with City Networks, Binero and Elastx.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In an &lt;a href="https://www.svd.se/eu-dom-kan-isolera-internet-i-europa"&gt;op-ed in SvD&lt;/a&gt;, attorney Agne Lindberg and associate Adam Odmark highlight the risks posed by the Court of Justice of the European Union’s invalidation of the data protection agreement between the EU and the US, the so-called Privacy Shield. They propose that the government must act swiftly and should not rule out amending the recently agreed GDPR rules.&lt;/p&gt;</description></item><item><title>Strengthening our infrastructure team!</title><link>https://beta.safespring.eu/perspectives/strengthening-our-infrastructure-team/</link><pubDate>Tue, 28 Apr 2020 10:39:43 +0200</pubDate><guid>https://beta.safespring.eu/perspectives/strengthening-our-infrastructure-team/</guid><description>&lt;h2 id="apply-as-an-infrastructure-engineer"&gt;Apply as an Infrastructure Engineer&lt;/h2&gt;
&lt;div class="ingress"&gt;&lt;p&gt;Safespring is expanding, and we are looking for engineers who want to join our team!&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;a id="button" href="#apply"&gt;How to apply&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="about-the-team"&gt;About the team&lt;/h3&gt;
&lt;p&gt;This role is part of the infrastructure team at Safespring. The team is
organized as a remote, distributed team - which means you can choose to work
from an office in your home, if you want. If you prefer to work from elsewhere,
for any reason, we currently have people working from offices we rent for them
in in Oslo, Stockholm and Bergen. Note that for regulatory reasons, we require
team members to be residents of Norway or Sweden.&lt;/p&gt;</description></item><item><title>Information on Safespring's operations during the COVID-19 pandemic</title><link>https://beta.safespring.eu/perspectives/information-on-safesprings-operations-during-the-covid-19-pandemic/</link><pubDate>Fri, 13 Mar 2020 10:39:43 +0200</pubDate><guid>https://beta.safespring.eu/perspectives/information-on-safesprings-operations-during-the-covid-19-pandemic/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;Safespring is planning to maintain uninterrupted operations.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Safespring has staff in Norway and Sweden. A contingency group has been set up to monitor developments and the measures being taken by the Norwegian and Swedish authorities.&lt;/p&gt;
&lt;p&gt;Safespring’s staff can work from home and have the tools needed to perform their duties from home.&lt;/p&gt;
&lt;p&gt;Daily meetings and operations are conducted via video calls by default. Staff working from home does not affect the operation of our platform.&lt;/p&gt;</description></item><item><title>Safespring signs a framework agreement with SVT and UR for Swedish cloud services</title><link>https://beta.safespring.eu/perspectives/safespring-signs-a-framework-agreement-with-svt-and-ur-for-swedish-cloud-services/</link><pubDate>Wed, 11 Mar 2020 10:39:43 +0200</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-signs-a-framework-agreement-with-svt-and-ur-for-swedish-cloud-services/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
Today, Safespring becomes one of five providers given the opportunity, via a framework agreement, to deliver cloud services to Sveriges Television (SVT) and Utbildningsradion (UR).
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The agreement was signed on March 11, and the services SVT requests under the “Cloud services” contract are infrastructure, platform services, distributed storage, machine learning, and database services.&lt;/p&gt;
&lt;p&gt;In the procurement, SVT states that it is important to them that the provider offers secure, flexible, and well-documented services. Safespring meets these requirements and produces all services within the Nordics.&lt;/p&gt;</description></item><item><title>Johan Harrysson becomes Safespring’s new CCO</title><link>https://beta.safespring.eu/perspectives/johan-harrysson-becomes-safesprings-new-cco/</link><pubDate>Tue, 28 Jan 2020 08:03:13 +0200</pubDate><guid>https://beta.safespring.eu/perspectives/johan-harrysson-becomes-safesprings-new-cco/</guid><description>&lt;p&gt;&lt;img
 src="https://beta.safespring.eu/img/blogg/safespring-johan-harrysson_2020-01-27.jpg"
 width="2000" height="1335"
 alt="Johan Harrysson, CCO, outside Safespring’s headquarters in Stockholm."
 
 loading="lazy"
/&gt;
&lt;/p&gt;
&lt;h2 id="safespring-shifts-into-the-next-gear"&gt;Safespring shifts into the next gear!&lt;/h2&gt;
&lt;div class="ingress"&gt;&lt;p&gt;Safespring hires Johan Harrysson as Chief Commercial Officer.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Safespring, which delivers secure, fast, and flexible cloud and IT infrastructure services, grew rapidly in 2019.
During the year, the Safespring IaaS platform grew by over 90 percent, and the number of customers on
Safespring’s service platform passed the 100 mark. Growth is driven by the increasing need among companies
and organizations in Sweden for efficient cloud services produced in Sweden and governed by Swedish, rather
than American, legislation.&lt;/p&gt;</description></item><item><title>Articles on Digital Sovereignty, the GDPR, and the CLOUD Act</title><link>https://beta.safespring.eu/perspectives/articles-on-digital-sovereignty-the-gdpr-and-the-cloud-act/</link><pubDate>Tue, 19 Nov 2019 08:03:13 +0200</pubDate><guid>https://beta.safespring.eu/perspectives/articles-on-digital-sovereignty-the-gdpr-and-the-cloud-act/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;We’ve gathered some articles about GDPR and the US Cloud Act to make it easier to get a greater picture about the two regulations.&lt;/p&gt;&lt;/div&gt;
&lt;h2 id="open-source"&gt;Open Source&lt;/h2&gt;
&lt;h3 style="color: var(--link-color);"&gt;Official statements&lt;/h3&gt;
&lt;h3 id="investigation-into-it-contracts-stronger-cooperation-to-better-protect-rights"&gt;Investigation into IT contracts: stronger cooperation to better protect rights&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;2019-10-21&lt;/strong&gt; / EDPS / &lt;a href="https://edps.europa.eu/press-publications/press-news/press-releases/2019/edps-investigation-it-contracts-stronger_en"&gt;Link to article&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In April 2019, the European Data Protection Supervisor (EDPS) launched an investigation into the use of Microsoft products and services by EU institutions.&lt;/li&gt;
&lt;li&gt;Though the investigation is still ongoing, preliminary results reveal serious concerns over the compliance of the relevant contractual terms with data protection rules and the role of Microsoft as a processor for EU institutions using its products and services.&lt;/li&gt;
&lt;li&gt;The Hague Forum aims to discuss both how to take back control over the IT services and products offered by the big IT service providers and the need to collectively create standard contracts instead of accepting the terms and conditions as they are written.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="digg-makes-policy-decision-on-open-source"&gt;DIGG makes policy decision on open source&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;2019-05-15&lt;/strong&gt; / DIGG News / &lt;a href="https://www.digg.se/nyheter--publikationer/nyheter/digg-tar-policybeslut-kring-oppen-kallkod"&gt;Link to article&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Two more US–EU data transfer agreements could be invalidated</title><link>https://beta.safespring.eu/perspectives/two-more-useu-data-transfer-agreements-could-be-invalidated/</link><pubDate>Tue, 09 Jul 2019 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/perspectives/two-more-useu-data-transfer-agreements-could-be-invalidated/</guid><description>&lt;p&gt;


&lt;br&gt;
&lt;a href='https://beta.safespring.eu/whitepaper/where-things-stand-after-the-eu-us-data-protection-framework-dpf/' target='_self' class='button'&gt;&lt;svg class="fa-icon fa-solid fa-up-right-from-square" aria-hidden="true" focusable="false" data-fa-symbol="fa-solid-up-right-from-square"&gt;
 &lt;use href="#fa-solid-up-right-from-square" xlink:href="#fa-solid-up-right-from-square"&gt;&lt;/use&gt;
&lt;/svg&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;Read the white paper&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;div class="ingress"&gt;&lt;p&gt;Today, the Court of Justice of the European Union (CJEU) begins its review of the validity of Privacy Shield and the Standard Contractual Clauses (SCCs).&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;These are two important agreements widely used by companies within the European Economic Area (EEA) to legitimize the transfer of personal data to countries outside the EEA.&lt;/p&gt;
&lt;p&gt;The case that initiated this review is Schrems 2.0, a continuation of a case (Schrems 1.0) launched in 2013, in which Max Schrems filed a complaint against Facebook for disclosing personal data to the NSA.&lt;/p&gt;</description></item><item><title>Safespring launches several new services</title><link>https://beta.safespring.eu/perspectives/safespring-launches-several-new-services/</link><pubDate>Wed, 19 Jun 2019 08:52:06 +0200</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-launches-several-new-services/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;The need for secure Swedish infrastructure services is growing rapidly. With us, open source and open standards are two of the cornerstones.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;We’ve had an exciting half-year with many new customers. Among others, we’ve gained several customers in healthcare and life sciences. Many are placing higher demands on legal compliance while keeping open source and open standards in focus.&lt;/p&gt;
&lt;p&gt;To support our customers on their transformation journey and provide both expertise and platform services, we continuously expand our service offering. A couple of weeks ago, we launched our DevOps support in two different packages.&lt;/p&gt;</description></item><item><title>IT outsourcing is declining in favor of DevOps</title><link>https://beta.safespring.eu/perspectives/it-outsourcing-is-declining-in-favor-of-devops/</link><pubDate>Mon, 06 May 2019 11:55:39 +0200</pubDate><guid>https://beta.safespring.eu/perspectives/it-outsourcing-is-declining-in-favor-of-devops/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;The number of companies planning to outsource their IT operations has decreased, due in part to the need to work more in agile/DevOps teams.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;A full 70 percent cite local DevOps as the reason they choose to reduce the share of outsourced projects according to &lt;a href="https://computersweden.idg.se/2.2683/1.718033/digitaliseringsvagen-bromsar-outsourcing"&gt;Whiteline Research and PA Consulting&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Safespring is committed to open standards, and our platform is based on open source. This trend toward reduced outsourcing has many advantages. To take advantage of new technologies and evolve toward a modern infrastructure, we offer two DevOps packages that will take you a long way.&lt;/p&gt;</description></item><item><title>US cloud providers may have to choose which law to break</title><link>https://beta.safespring.eu/perspectives/us-cloud-providers-may-have-to-choose-which-law-to-break/</link><pubDate>Fri, 05 Apr 2019 12:00:13 +0200</pubDate><guid>https://beta.safespring.eu/perspectives/us-cloud-providers-may-have-to-choose-which-law-to-break/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;Adam Odmark, associate, the law firm Delphi, has written an analysis in Dagens Juridik on March 28&lt;/p&gt;&lt;/div&gt;
&lt;p style="font-size: 12px;"&gt;&lt;i&gt;This text was written by Safespring.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;According to Adam Odmark, the European Data Protection Board should issue guidance regarding American cloud services.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There is hardly any European company or public authority that does not use cloud services. The trend is also moving toward increasingly cloud-based IT solutions. - Adam Odmark&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;He believes that the risk of a conflict between the General Data Protection Regulation (GDPR) and the CLOUD Act is something these companies and authorities already have to contend with today.&lt;/p&gt;</description></item><item><title>Safespring presented two projects at SUNET Days</title><link>https://beta.safespring.eu/perspectives/safespring-presented-two-projects-at-sunet-days/</link><pubDate>Wed, 03 Apr 2019 14:55:39 +0200</pubDate><guid>https://beta.safespring.eu/perspectives/safespring-presented-two-projects-at-sunet-days/</guid><description>&lt;h3 id="download-safesprings-presentations"&gt;Download Safespring&amp;rsquo;s presentations&lt;/h3&gt;
&lt;p&gt;Safespring &amp;ldquo;Infrastructure as Code&amp;rdquo; was presented at SUNET Days
We had two intensive days in Karlstad. Anders Bruvik presented how we build infrastructure as code and shared many examples and approaches that help organizations with their development work toward the cloud.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://beta.safespring.eu/publications/Safespring_Infrastructure-as-code_Presentation-SUNET-dagarna_2019.pdf" class="text-button"&gt;Infrastructure as Code&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Gabriel Paues presented our project &amp;ldquo;SUNET Distributed Storage,&amp;rdquo; covering its current status and the roadmap ahead. If you want a good overview of SUNET Object Storage, we recommend downloading Gabriel’s presentation:&lt;/p&gt;</description></item><item><title>Digitally accessing data archived for 500 years will become easier and more secure</title><link>https://beta.safespring.eu/perspectives/digitally-accessing-data-archived-for-500-years-will-become-easier-and-more-secure/</link><pubDate>Tue, 12 Mar 2019 13:46:22 +0100</pubDate><guid>https://beta.safespring.eu/perspectives/digitally-accessing-data-archived-for-500-years-will-become-easier-and-more-secure/</guid><description>&lt;h2 id="piql-and-safespring-in-a-new-partnership"&gt;Piql and Safespring in a new partnership&lt;/h2&gt;
&lt;p&gt;Piql, known for archiving data safely offline for centuries, can now offer its customers a new standard for high-quality online storage and access to offline files through Safespring’s cloud service.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“This collaboration makes it easy for our customers to comply with local laws and regulations while keeping up with the ongoing digitization of public institutions and businesses” — Fredric Wallsten, CEO of Safespring.&lt;/p&gt;</description></item><item><title>Everyone should be able to work securely with web-based office tools</title><link>https://beta.safespring.eu/perspectives/everyone-should-be-able-to-work-securely-with-web-based-office-tools/</link><pubDate>Fri, 22 Feb 2019 14:51:25 +0100</pubDate><guid>https://beta.safespring.eu/perspectives/everyone-should-be-able-to-work-securely-with-web-based-office-tools/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
By web-based office suite we mean fully integrated, web-based email, word processing, spreadsheets, presentations, chat, file storage, and document management.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Today, the &lt;em&gt;&amp;quot;&lt;a href="https://www.avropa.se/globalassets/forstudierapporter-vt--it/forstudierapport-webbaserat-kontorsstod2.pdf?_t_id=1B2M2Y8AsgTpgAmY7PhCfg%3d%3d&amp;amp;_t_q=%22forstudierapport-webbaserat-kontorsstod%22&amp;amp;_t_tags=language%3asv%2csiteid%3a95d515a5-23ca-47bf-87a9-07b10d8ac360&amp;amp;_t_ip=109.238.132.56&amp;amp;_t_hit.id=Avropa_Core_Models_Media_GenericMedia/_ba5d22e5-3a3a-4719-a772-ee0e89e9f617&amp;amp;_t_hit.pos=1"&gt;Pre-study Report: Web-based Office Suites&lt;/a&gt; &amp;ldquo;&lt;/em&gt; was released. The National Procurement Services launched a pre-study last September that may result in a future procurement of web-based office support.&lt;/p&gt;
&lt;p&gt;It is positive that this debate is gaining momentum. The political situation has left many with one foot in foreign cloud services that no longer comply with applicable rules and laws. Among other things, the CLOUD Act in the United States means that files and data stored in American cloud services should be regarded as disclosed under eSam.&lt;/p&gt;</description></item></channel></rss>