Skip to content

Commit 3e9b108

Browse files
authored
Update KubernetesMonitoringKanvas.tsx
1 parent 6f28fa8 commit 3e9b108

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/blog/KubernetesMonitoringKanvas.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const KubernetesMonitoringKanvas = () => {
1414
<ArrowLeft className="mr-2 h-4 w-4" />
1515
Back to Blog
1616
</Link>
17-
<Badge className="bg-blue-100 text-blue-800 border-blue-200 mb-4">
17+
<Badge className="bg-blue-100 text-blue-800 border-blue-200 mb-4 flex items-center">
1818
Technical
1919
</Badge>
2020
<h1 className="text-4xl font-bold mb-4 text-white">
@@ -45,7 +45,7 @@ const KubernetesMonitoringKanvas = () => {
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>
4747

48-
<h2 className="text-2xl font-bold text-gray-900 mt-8 mb-4">Enter <a href="docs.kanvas.new">Kanvas</a>: Visual Infrastructure Management</h2>
48+
<h2 className="text-2xl font-bold text-gray-900 mt-8 mb-4">Enter <a href="https://docs.kanvas.new">Kanvas</a>: Visual Infrastructure Management</h2>
4949
<p className="text-gray-700 mb-6">
5050
Kanvas 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.
5151
</p>

0 commit comments

Comments
 (0)