Skip to content

Commit 482760d

Browse files
Replaces links to HelloNode with links to Kubernetes Basics.
1 parent 65b7176 commit 482760d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ h2, h3, h4 {
7777
<a href="/docs/whatisk8s/" class="button">Read the Overview</a>
7878
</div>
7979
<div class="col3rd">
80-
<h3>Hello World on Google Container Engine</h3>
81-
<p>In this quickstart, we’ll be creating a Kubernetes instance that stands up a simple “Hello World” app using Node.js. In just a few minutes you'll go from zero to deployed Kubernetes app on Google Container Engine (GKE), a hosted service from Google.</p>
82-
<a href="/docs/hellonode/" class="button">Get Started on GKE</a>
80+
<h3>Kubernetes Basics Interactive Tutorial</h3>
81+
<p>The Kubernetes Basics interactive tutorials let you try out Kubernetes features using Minikube right out of your web browser in a virtual terminal. Learn about the Kubernetes system and deploy, expose, scale, and upgrade a containerized application in just a few minutes.</p>
82+
<a href="/docs/tutorials/kubernetes-basics/" class="button">Try the Interactive Tutorials</a>
8383
</div>
8484
<div class="col3rd">
8585
<h3>Installing Kubernetes on Linux with kubeadm</h3>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<h1>Production-Grade Container Orchestration</h1>
1515
<h5>Automated container deployment, scaling, and management</h5>
1616
</div>
17-
<a href="/docs/hellonode/" id="quickstartButton" class="button">Try Our Hello World</a>
17+
<a href="/docs/tutorials/kubernetes-basics/" id="quickstartButton" class="button">Try Our Interactive Tutorials</a>
1818
</main>
1919
<!--<div id="vendorStrip" class="light-text">-->
2020
<!--<img src="images/logos/viacom_logo.png">-->

0 commit comments

Comments
 (0)