Skip to content

Commit

Permalink
feat: implement farewell ecs hello eks post
Browse files Browse the repository at this point in the history
  • Loading branch information
jhandguy committed May 4, 2024
1 parent 889bc46 commit adc45c2
Show file tree
Hide file tree
Showing 37 changed files with 727 additions and 146 deletions.
30 changes: 30 additions & 0 deletions categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@



<div class="control">
<a href="/tags/aws">
<div class="tag is-medium is-light">aws</div>
</a>
</div>



<div class="control">
<a href="/tags/canary-deployment">
<div class="tag is-medium is-light">canary deployment</div>
Expand Down Expand Up @@ -140,6 +148,28 @@
<div class="tile is-vertical">


<div class="tile is-parent is-vertical">
<a href="https://jhandguy.github.io/posts/farewell-ecs-hello-eks/">
<article class="tile is-child notification is-light">
<div class="content">
<p class="title is-4">Farewell, ECS! Hello, EKS: A Kubernetes Migration Story</p>
<p class="subtitle is-6">Learn how we migrated EGYM’s production workloads on AWS from ECS to EKS with zero downtime!</p>
<div class="is-pulled-right">
<time datetime="2006-1-02" class="is-size-7">Feb 28, 2024</time>
</div>
<div class="is-grouped is-grouped-multiline">

<div class="tag is-dark">AWS</div>

<div class="tag is-dark">SRE</div>

</div>
</div>
</article>
</a>
</div>


<div class="tile is-parent is-vertical">
<a href="https://jhandguy.github.io/posts/vertical-pod-autoscaler/">
<article class="tile is-child notification is-light">
Expand Down
2 changes: 1 addition & 1 deletion categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Categories on jhandguy</title>
<link>https://jhandguy.github.io/categories/</link>
<description>Recent content in Categories on jhandguy</description>
<generator>Hugo -- gohugo.io</generator>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="https://jhandguy.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
Expand Down
Binary file added images/farewell-ecs-hello-eks/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/farewell-ecs-hello-eks/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/farewell-ecs-hello-eks/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/farewell-ecs-hello-eks/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/farewell-ecs-hello-eks/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/farewell-ecs-hello-eks/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/farewell-ecs-hello-eks/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/farewell-ecs-hello-eks/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 31 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.120.4">
<meta name="generator" content="Hugo 0.125.5">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jhandguy</title>
Expand Down Expand Up @@ -71,6 +71,14 @@



<div class="control">
<a href="/tags/aws">
<div class="tag is-medium is-light">aws</div>
</a>
</div>



<div class="control">
<a href="/tags/canary-deployment">
<div class="tag is-medium is-light">canary deployment</div>
Expand Down Expand Up @@ -141,6 +149,28 @@
<div class="tile is-vertical">


<div class="tile is-parent is-vertical">
<a href="https://jhandguy.github.io/posts/farewell-ecs-hello-eks/">
<article class="tile is-child notification is-light">
<div class="content">
<p class="title is-4">Farewell, ECS! Hello, EKS: A Kubernetes Migration Story</p>
<p class="subtitle is-6">Learn how we migrated EGYM’s production workloads on AWS from ECS to EKS with zero downtime!</p>
<div class="is-pulled-right">
<time datetime="2006-1-02" class="is-size-7">Feb 28, 2024</time>
</div>
<div class="is-grouped is-grouped-multiline">

<div class="tag is-dark">AWS</div>

<div class="tag is-dark">SRE</div>

</div>
</div>
</article>
</a>
</div>


<div class="tile is-parent is-vertical">
<a href="https://jhandguy.github.io/posts/vertical-pod-autoscaler/">
<article class="tile is-child notification is-light">
Expand Down
55 changes: 22 additions & 33 deletions index.xml

Large diffs are not rendered by default.

194 changes: 194 additions & 0 deletions posts/farewell-ecs-hello-eks/index.html

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@



<div class="control">
<a href="/tags/aws">
<div class="tag is-medium is-light">aws</div>
</a>
</div>



<div class="control">
<a href="/tags/canary-deployment">
<div class="tag is-medium is-light">canary deployment</div>
Expand Down Expand Up @@ -140,6 +148,28 @@
<div class="tile is-vertical">


<div class="tile is-parent is-vertical">
<a href="https://jhandguy.github.io/posts/farewell-ecs-hello-eks/">
<article class="tile is-child notification is-light">
<div class="content">
<p class="title is-4">Farewell, ECS! Hello, EKS: A Kubernetes Migration Story</p>
<p class="subtitle is-6">Learn how we migrated EGYM’s production workloads on AWS from ECS to EKS with zero downtime!</p>
<div class="is-pulled-right">
<time datetime="2006-1-02" class="is-size-7">Feb 28, 2024</time>
</div>
<div class="is-grouped is-grouped-multiline">

<div class="tag is-dark">AWS</div>

<div class="tag is-dark">SRE</div>

</div>
</div>
</article>
</a>
</div>


<div class="tile is-parent is-vertical">
<a href="https://jhandguy.github.io/posts/vertical-pod-autoscaler/">
<article class="tile is-child notification is-light">
Expand Down
Loading

0 comments on commit adc45c2

Please sign in to comment.