<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Cloud on Yuliia Kostrikova</title>
    <link>https://juliakostrikova.com/tags/cloud/</link>
    <description>Recent content in Cloud on Yuliia Kostrikova</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Sat, 20 Jan 2024 19:35:26 +0200</lastBuildDate><atom:link href="https://juliakostrikova.com/tags/cloud/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SAA-C03:: AWS Storage. EBS &amp; EFS</title>
      <link>https://juliakostrikova.com/posts/saa-c03/ebs_efs/</link>
      <pubDate>Sat, 20 Jan 2024 19:35:26 +0200</pubDate>
      <guid>https://juliakostrikova.com/posts/saa-c03/ebs_efs/</guid>
      <description>Study Notes</description>
    </item>
    
    <item>
      <title>SAA-C03:: Simple Storage Service (S3)</title>
      <link>https://juliakostrikova.com/posts/saa-c03/s3/</link>
      <pubDate>Tue, 16 Jan 2024 15:35:26 +0200</pubDate>
      <guid>https://juliakostrikova.com/posts/saa-c03/s3/</guid>
      <description>Study Notes</description>
    </item>
    
    <item>
      <title>SAA-C03:: Introduction to Cloud Computing and AWS</title>
      <link>https://juliakostrikova.com/posts/saa-c03/aws-fundamentals/</link>
      <pubDate>Wed, 03 Jan 2024 19:35:26 +0200</pubDate>
      <guid>https://juliakostrikova.com/posts/saa-c03/aws-fundamentals/</guid>
      <description>Study Notes</description>
    </item>
    
    <item>
      <title>Traefik behind AWS ELB. X-Forwarded-For header</title>
      <link>https://juliakostrikova.com/posts/cloud/traefik-x-forwarded-for/</link>
      <pubDate>Sat, 17 Oct 2020 18:02:25 +0300</pubDate>
      <guid>https://juliakostrikova.com/posts/cloud/traefik-x-forwarded-for/</guid>
      <description>&lt;p&gt;Traefik v1.7 is running within a Docker Swarm, functioning as a global service. Consequently, an instance of Traefik is deployed for each host within our Docker Swarm cluster. It is important to note that the Swarm&amp;rsquo;s routing mesh is not employed in this setup. Instead, the port mode is configured as &amp;ldquo;host,&amp;rdquo; allowing the port to be attached to the host&amp;rsquo;s network.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;traefik:
  image: ${REGISTRY}/traefik:1.6
  build: ./traefik
  volumes:
    - /var/run/docker.sock:/var/run/docker.sock
  networks:
    - traefik
  environment:
    - AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
    - AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
    - AWS_REGION=${AWS_REGION}
    - AWS_HOSTED_ZONE_ID=${AWS_HOSTED_ZONE_ID}
  ports:
    - target: 80
      published: 80
      protocol: tcp
      mode: host
    - target: 443
      published: 443
      mode: host
      protocol: tcp
    - target: 8080
      published: 8080
      mode: host
      protocol: tcp
  deploy:
    mode: global
    restart_policy:
      condition: on-failure
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Docker Swarm deployed to AWS and lives behind internal/external load balancers (Classic type).&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Custom error page in Traefik v2.x. Finally</title>
      <link>https://juliakostrikova.com/posts/cloud/traefik-error-page/</link>
      <pubDate>Fri, 16 Oct 2020 18:02:25 +0300</pubDate>
      <guid>https://juliakostrikova.com/posts/cloud/traefik-error-page/</guid>
      <description>&lt;h2 id=&#34;what-you-will-learn-today-&#34;&gt;What you will learn today 🦦:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;what is Traefik and why I decisively recommend to use it with Docker Swarm&lt;/li&gt;
&lt;li&gt;how to show custom error page if Traefik returns 404 (service not found)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-i-met-traefik-&#34;&gt;How I met Traefik 😁&lt;/h2&gt;
&lt;p&gt;Traefik is a top modern reverse proxy and load balancer. I started to use it from major version 1. At that moment, I already had Docker Swarm cluster, which I began to prepare for production use, and only one thing in the coherent picture has been left: &amp;ldquo;External Load Balancer&amp;rdquo;. Official docker &lt;a href=&#34;https://docs.docker.com/engine/swarm/ingress/&#34;&gt;doc had an example with HaProxy&lt;/a&gt; so it was obvious to try it out first. As I remember it took a significant amount of time to get HaProxy works smoothly with Swarm. But I wasn&amp;rsquo;t satisfied with the result:&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
