Skip to content

Commit

Permalink
fix image on kubernetes automation blog (#13377)
Browse files Browse the repository at this point in the history
  • Loading branch information
shughes26 authored Nov 18, 2024
1 parent ab9ad2c commit e0e8b3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ It's often the first tool developers encounter when diving into Kubernetes, and
<!--more-->

<div style="display: flex; align-items: center; justify-content: center; height: 600px;">
<img src="yaml.png" alt="Description of image" style="width: 60%;">
<img src="yaml.png" alt="Description of image" style="width: 60%; height: 100%">
</div>

**But is it the best way to manage your Kubernetes resources?** Let's compare YAML, Terraform, and Pulumi and see which is best for managing your Kubernetes resources.
Expand Down

0 comments on commit e0e8b3a

Please sign in to comment.