Skip to content

Commit 84d61ed

Browse files
authored
Update link handling and add visual management context
1 parent b907196 commit 84d61ed

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/pages/blog/KubernetesMonitoringKanvas.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,18 @@ const KubernetesMonitoringKanvas = () => {
4444
<p className="text-gray-700 mb-6">
4545
Managing Kubernetes clusters without proper monitoring is like flying blind. You might be running smoothly today, but without visibility into your cluster's health, performance metrics, and resource utilization, you're setting yourself up for unexpected failures and inefficient resource usage.
4646
</p>
47-
47+
4848
<h2 className="text-2xl font-bold text-gray-900 mt-8 mb-4">
4949
Enter{" "}
5050
<a
5151
href="https://docs.kanvas.new"
52-
onClick={()
52+
onClick={() => (window.location.href = "https://docs.kanvas.new")}
53+
>
54+
Kanvas
55+
</a>
56+
: Visual Infrastructure Management
57+
</h2>
58+
5359
<p className="text-gray-700 mb-6">
5460
<a style="text-decoration: underline;" href="https://kanvas.new">Kanvas</a> stands out in the crowded field of infrastructure tools because it takes a visual-first approach to cloud native infrastructure management. Instead of wrestling with YAML files and command-line tools, Kanvas provides an intuitive drag-and-drop interface for designing, deploying, and managing cloud native applications.
5561
</p>

0 commit comments

Comments
 (0)