<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Designing and Deploying Scalable Applications on Kubernetes on Empowering European Innovation</title><link>https://beta.safespring.eu/webinar/kubernetes-15-principles/</link><description>Recent content in Designing and Deploying Scalable Applications on Kubernetes 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/webinar/kubernetes-15-principles/index.xml" rel="self" type="application/rss+xml"/><item><title>Advanced Deployment Strategies and Availability</title><link>https://beta.safespring.eu/webinar/advanced-deployment-strategies-and-availability/</link><pubDate>Mon, 18 Sep 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/webinar/advanced-deployment-strategies-and-availability/</guid><description>&lt;h2 id="section-5"&gt;Section 5&lt;/h2&gt;
&lt;h3 id="advanced-deployment-strategies-and-high-availability"&gt;Advanced deployment strategies and high availability&lt;/h3&gt;
&lt;p&gt;This section covers advanced deployment strategies, such as blue/green and canary deployments. Gabriel Paues from Safespring and Lars Larsson from Elastisys teach you how these strategies help minimize downtime and risks during updates, and how you can ensure high availability for your application by using Pod Disruption Budgets and other techniques.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline-rubrik"&gt;Princip 9&lt;/span&gt;
 Setting Pod resource requests and limits&lt;br&gt;
&lt;span class="inline-rubrik"&gt;Princip 10&lt;/span&gt;
 Reserving capacity and prioritizing Pods&lt;br&gt;
&lt;span class="inline-rubrik"&gt;Princip 12&lt;/span&gt;
 Pod Disruption Budget
&lt;span class="inline-rubrik"&gt;Princip 13&lt;/span&gt;
 Strategies &amp;gt; stop the world&lt;/p&gt;</description></item><item><title>Automation and monitoring of applications</title><link>https://beta.safespring.eu/webinar/automation-and-monitoring-of-applications/</link><pubDate>Mon, 18 Sep 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/webinar/automation-and-monitoring-of-applications/</guid><description>&lt;h2 id="section-4"&gt;Section 4&lt;/h2&gt;
&lt;h3 id="automating-and-monitoring-applications"&gt;Automating and Monitoring Applications&lt;/h3&gt;
&lt;p&gt;This section teaches you the importance of preparing your application for observability and how to implement automation to facilitate operations and scaling. Gabriel Paues from Safespring and Lars Larsson from Elastisys cover topics such as monitoring, logging, and tracing, as well as how you can use these insights to make decisions about scaling and resource management.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline-rubrik"&gt;Princip 5&lt;/span&gt;
 Use probes correctly&lt;br&gt;
&lt;span class="inline-rubrik"&gt;Princip 6&lt;/span&gt;
 Use signal handling correctly&lt;br&gt;
&lt;span class="inline-rubrik"&gt;Princip 7&lt;/span&gt;
 Failing hard, fast, and loudly&lt;br&gt;
&lt;span class="inline-rubrik"&gt;Princip 8&lt;/span&gt;
 Preparing your application for observability&lt;/p&gt;</description></item><item><title>Configuration, scaling, and container lifecycle</title><link>https://beta.safespring.eu/webinar/configuration-scaling-and-container-lifecycle/</link><pubDate>Mon, 18 Sep 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/webinar/configuration-scaling-and-container-lifecycle/</guid><description>&lt;h2 id="section-3"&gt;Section 3&lt;/h2&gt;
&lt;h3 id="configuration-scaling-and-container-lifecycle"&gt;Configuration, scaling, and container lifecycle&lt;/h3&gt;
&lt;p&gt;In this section, Gabriel Paues from Safespring and Lars Larsson from Elastisys focus on configuration and lifecycle management of containers in Kubernetes. You’ll learn about the importance of separating secret and non-secret configurations, as well as how to prepare a component to both scale out and scale in in a controlled and effective manner.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline-rubrik"&gt;Princip 02&lt;/span&gt;
 Separate secret from non-secret configuration&lt;br&gt;
&lt;span class="inline-rubrik"&gt;Princip 14&lt;/span&gt;
 Enabling automatic scaling&lt;br&gt;
&lt;span class="inline-rubrik"&gt;Princip 15&lt;/span&gt;
 Utilizing container lifecycle hooks&lt;/p&gt;</description></item><item><title>Introduction to cloud-based applications and Kubernetes</title><link>https://beta.safespring.eu/webinar/introduction-to-cloud-based-applications-and-kubernetes/</link><pubDate>Mon, 18 Sep 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/webinar/introduction-to-cloud-based-applications-and-kubernetes/</guid><description>&lt;h2 id="section-1"&gt;Section 1&lt;/h2&gt;
&lt;h3 id="introduction-to-cloud-based-applications-and-kubernetes"&gt;Introduction to cloud-based applications and Kubernetes.&lt;/h3&gt;
&lt;p&gt;In this section with Gabriel Paues from Safespring and Lars Larsson from Elastisys, you&amp;rsquo;ll get an overview of cloud-based applications and an introduction to Kubernetes. You&amp;rsquo;ll learn about its key components, how they work together to create a scalable and reliable infrastructure, and what their equivalents are in AWS.&lt;/p&gt;</description></item><item><title>Managing Pods, Deployments &amp; StatefulSets</title><link>https://beta.safespring.eu/webinar/managing-pods-deployments-statefulsets/</link><pubDate>Mon, 18 Sep 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/webinar/managing-pods-deployments-statefulsets/</guid><description>&lt;h2 id="episode-2"&gt;Episode 2&lt;/h2&gt;
&lt;h3 id="managing-pods-deployments-and-statefulsets"&gt;Managing Pods, Deployments, and StatefulSets&lt;/h3&gt;
&lt;p&gt;Gabriel Paues from Safespring and Lars Larsson from Elastisys give you a deeper understanding of how Pods, Deployments, and StatefulSets work, and how you can use them to build and scale your applications on Kubernetes. After watching this episode, you will have a solid foundation in managing applications that involve both stateless and stateful components.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline-rubrik"&gt;Princip 01&lt;/span&gt;
 Using Controllers for Pods&lt;br&gt;
&lt;span class="inline-rubrik"&gt;Princip 11&lt;/span&gt;
 Force co-location of or spreading out Pods as needed&lt;/p&gt;</description></item><item><title>Security and limitations for Pods and networking</title><link>https://beta.safespring.eu/webinar/security-and-limitations-for-pods-and-networking/</link><pubDate>Mon, 18 Sep 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/webinar/security-and-limitations-for-pods-and-networking/</guid><description>&lt;h2 id="section-6"&gt;Section 6&lt;/h2&gt;
&lt;h3 id="security-and-constraints-for-pods-and-networking"&gt;Security and constraints for Pods and networking&lt;/h3&gt;
&lt;p&gt;In this section, Gabriel Paues from Safespring and Lars Larsson from Elastisys examine the security aspects of running applications on Kubernetes. You will learn about the importance of restricting permissions and access for Pods, how to manage network policies, and how to improve the security of your applications by following best practices.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline-rubrik"&gt;Princip 14&lt;/span&gt;
 Restrict permissions&lt;br&gt;
&lt;span class="inline-rubrik"&gt;Princip 15&lt;/span&gt;
 Limit attack surface&lt;/p&gt;</description></item><item><title>Summary and next steps</title><link>https://beta.safespring.eu/webinar/summary-and-next-steps/</link><pubDate>Mon, 18 Sep 2023 00:00:00 +0000</pubDate><guid>https://beta.safespring.eu/webinar/summary-and-next-steps/</guid><description>&lt;h2 id="episode-7"&gt;Episode 7&lt;/h2&gt;
&lt;h3 id="summary-and-next-steps"&gt;Summary and next steps&lt;/h3&gt;
&lt;p&gt;In the final episode, Gabriel Paues from Safespring and Lars Larsson from Elastisys summarize all the material from the web series and discuss additional resources and recommendations to continue improving your Kubernetes and cloud-based applications. We cover key takeaways and tips to help you succeed in your ongoing journey to design, build, and deploy scalable and robust applications on Kubernetes. We also go through what we consider good next steps to deepen your knowledge in this field.&lt;/p&gt;</description></item></channel></rss>