<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Introduction to Safespring Cloud Platform on Empowering European Innovation</title><link>https://beta.safespring.eu/demo/compute/</link><description>Recent content in Introduction to Safespring Cloud Platform on Empowering European Innovation</description><generator>Hugo</generator><language>en-GB</language><copyright>2025 Safespring</copyright><lastBuildDate>Tue, 30 Jun 2026 12:52:34 +0200</lastBuildDate><atom:link href="https://beta.safespring.eu/demo/compute/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating and Managing SSH Keys in OpenStack</title><link>https://beta.safespring.eu/demo/creating-and-managing-ssh-keys-in-openstack/</link><pubDate>Fri, 19 Apr 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/demo/creating-and-managing-ssh-keys-in-openstack/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
Join us in this detailed demonstration where we guide you through the process of creating SSH keys for secure access to the OpenStack environment.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Starting with the basics, this video covers the generation of an RSA SSH key using the &lt;code&gt;ssh-keygen&lt;/code&gt; command, including optional passphrase settings for enhanced security.&lt;/p&gt;
&lt;p&gt;We then proceed to illustrate how to handle the public key by uploading it to the OpenStack platform and managing key pairs within the system.&lt;/p&gt;</description></item><item><title>Implementing Server Groups in OpenStack</title><link>https://beta.safespring.eu/demo/implementing-server-groups-in-openstack/</link><pubDate>Fri, 19 Apr 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/demo/implementing-server-groups-in-openstack/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
This video tutorial delves into the concept of server groups within OpenStack, a critical feature for ensuring that instances, particularly in high-availability setups like database clusters, do not run on the same physical hardware. &lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Safespring Cloud Architect, Gabriel, explains the distinction between different policies like affinity, anti-affinity, soft affinity, and soft anti-affinity, emphasizing the importance of anti-affinity for scenarios requiring true redundancy.&lt;/p&gt;
&lt;p&gt;By walking through the creation of a server group named &amp;lsquo;DB Cluster&amp;rsquo; with an anti-affinity policy, the video demonstrates how to configure and deploy instances that are guaranteed to operate on separate compute nodes.&lt;/p&gt;</description></item><item><title>Launching an Instance from an Image in OpenStack</title><link>https://beta.safespring.eu/demo/launching-an-instance-from-an-image-in-openstack/</link><pubDate>Fri, 19 Apr 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/demo/launching-an-instance-from-an-image-in-openstack/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
This video provides a step-by-step guide on launching a new instance in OpenStack using an image as the source.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Starting from the Safespring portal, the tutorial covers the entire process, from naming your instance and selecting the appropriate image and flavor to configuring network settings and security groups.&lt;/p&gt;
&lt;p&gt;You will learn how to choose between different storage and compute options, set up network connectivity including IPv4 and IPv6 addresses, and ensure your instance is secure through proper security group settings.&lt;/p&gt;</description></item><item><title>Mastering Security Groups in OpenStack</title><link>https://beta.safespring.eu/demo/mastering-security-groups-in-openstack/</link><pubDate>Fri, 19 Apr 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/demo/mastering-security-groups-in-openstack/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
This tutorial offers an in-depth look at setting up and managing security groups within OpenStack, crucial for controlling access to instances across various network configurations.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Beginning with an overview of security groups&amp;rsquo; role in defining what can interact within the OpenStack environment, the video guides viewers through creating and applying security groups named &amp;ldquo;frontend&amp;rdquo; and &amp;ldquo;backend&amp;rdquo; to manage web and database servers respectively.&lt;/p&gt;
&lt;p&gt;The session demonstrates how to configure security rules that enable HTTPS and MySQL traffic, utilizing the capability to reference other security groups instead of specific IP addresses for scalability and ease of management.&lt;/p&gt;</description></item><item><title>Starting and Managing Instances from Volumes in OpenStack</title><link>https://beta.safespring.eu/demo/starting-and-managing-instances-from-volumes-in-openstack/</link><pubDate>Fri, 19 Apr 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/demo/starting-and-managing-instances-from-volumes-in-openstack/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
This tutorial delves into the process of launching an OpenStack instance using a volume instead of the default image source, providing a more robust data storage solution.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The video begins by explaining the benefits of using volumes, particularly their ability to store data in multiple copies, reducing the risk of data loss due to hardware failures.&lt;/p&gt;
&lt;p&gt;Viewers will be guided through the steps of creating a bootable volume from an image, selecting storage types for performance or cost efficiency, and configuring the instance with appropriate network and security settings.&lt;/p&gt;</description></item><item><title>Understanding Instance Types and Storage Options in Safespring</title><link>https://beta.safespring.eu/demo/understanding-instance-types-and-storage-options-in-safespring/</link><pubDate>Fri, 19 Apr 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/demo/understanding-instance-types-and-storage-options-in-safespring/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
This tutorial video dives into the variety of instance types, also known as "flavors," available on the Safespring platform.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;You will learn the key differences between &lt;code&gt;B2&lt;/code&gt; and &lt;code&gt;L2&lt;/code&gt; flavors, focusing on their storage capabilities. The video highlights how &lt;code&gt;B2&lt;/code&gt; flavors require an external volume for boot operations, whereas &lt;code&gt;L2&lt;/code&gt; flavors include built-in storage suitable for operating systems but with a caveat on data persistence and security.&lt;/p&gt;
&lt;p&gt;This guide is essential for users looking to make informed decisions about instance configurations and understanding the implications of each flavor for their specific needs in cloud environments.&lt;/p&gt;</description></item><item><title>Understanding Network Configurations in OpenStack</title><link>https://beta.safespring.eu/demo/understanding-network-configurations-in-openstack/</link><pubDate>Fri, 19 Apr 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/demo/understanding-network-configurations-in-openstack/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
This instructional video provides a detailed overview of network configurations available on the Safespring OpenStack platform.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;This tutorial demonstrates the practical use of jump hosts to securely access instances that are not directly reachable from external networks.&lt;/p&gt;
&lt;p&gt;Starting with a setup that includes instances in both public and default networks, the video shows the step-by-step process of transferring necessary SSH keys to a public jump host, enabling secure shell access to a backend instance located in a less accessible network.&lt;/p&gt;</description></item><item><title>Utilizing Jump Hosts for Secure Access in OpenStack</title><link>https://beta.safespring.eu/demo/utilizing-jump-hosts-for-secure-access-in-openstack/</link><pubDate>Fri, 19 Apr 2024 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/demo/utilizing-jump-hosts-for-secure-access-in-openstack/</guid><description>&lt;div class="ingress"&gt;&lt;p&gt;
This tutorial demonstrates the practical use of jump hosts to securely access instances that are not directly reachable from external networks.
&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Starting with a setup that includes instances in both public and default networks, the video shows the step-by-step process of transferring necessary SSH keys to a public jump host, enabling secure shell access to a backend instance located in a less accessible network.&lt;/p&gt;
&lt;p&gt;The guide emphasizes the role of security groups and network settings in ensuring secure and controlled connectivity across different network layers.&lt;/p&gt;</description></item></channel></rss>