diff --git a/content/kubernetes/_index.md b/content/kubernetes/_index.md new file mode 100644 index 000000000..82207616f --- /dev/null +++ b/content/kubernetes/_index.md @@ -0,0 +1,14 @@ +--- +title: Container Tools +subtitle: For Developers, by Developers +Description: Create a High Availability Kubernetes Cluster with One Command +author: + name: Alban Bailly + email: abailly@linode.com +description: Container Tools +keywords: [] +license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' +date: 2018-12-02T08:55:08-04:00 +type: "container-tools" +--- +Create a High Availability Kubernetes Cluster with One Command diff --git a/static/img/kube.gif b/static/img/kube.gif new file mode 100644 index 000000000..e8a53c18e Binary files /dev/null and b/static/img/kube.gif differ diff --git a/themes/dlc/layouts/_default/kubernetes.html b/themes/dlc/layouts/_default/kubernetes.html new file mode 100644 index 000000000..f00f24e62 --- /dev/null +++ b/themes/dlc/layouts/_default/kubernetes.html @@ -0,0 +1,34 @@ +{{ define "main" }} + +
+ +
+
+ +

Create a Kubernetes Cluster with One Command

+

Integrated with Linode NodeBalancers and Block Storage

+
+ {{ partial "2_molecules/code-box.html" ( dict "Line1" "linode-cli k8s-alpha create mycluster") }} +
+ +
+
+ +
+
+
+
+ +
+ + + +{{ end }} diff --git a/themes/dlc/layouts/_default/libraries-tools.html b/themes/dlc/layouts/_default/libraries-tools.html index 94445db61..2e90d94d1 100644 --- a/themes/dlc/layouts/_default/libraries-tools.html +++ b/themes/dlc/layouts/_default/libraries-tools.html @@ -26,22 +26,28 @@

Want More Help?

- -

Tools

-
+

Tools

+
- {{ partial "2_molecules/code-box.html" }} + {{ partial "2_molecules/code-box.html" ( dict "Line1" "pip install linode-cli" "Line2" "linode-cli linodes create") }}
- +
-

Linode CLI

-
An easy way to get up and running with the Linode API.
- +

Linode CLI

+
An easy way to get up and running with the Linode API.
+
-
+
+
{{ partial "0_svgs/divider.svg" (dict "width" 170) }}
+

Alpha Kubernetes API

+ +
+
diff --git a/themes/dlc/layouts/index.html b/themes/dlc/layouts/index.html index 4460038c2..7701e3a99 100644 --- a/themes/dlc/layouts/index.html +++ b/themes/dlc/layouts/index.html @@ -7,7 +7,7 @@

Manage your Account with the Linode CLI

All of the functionality of the Manager from the command line.
- {{ partial "2_molecules/code-box.html" }} + {{ partial "2_molecules/code-box.html" ( dict "Line1" "pip install linode-cli" "Line2" "linode-cli linodes create") }}
diff --git a/themes/dlc/layouts/partials/2_molecules/code-box.html b/themes/dlc/layouts/partials/2_molecules/code-box.html index 49dea2ae1..c4508fa83 100644 --- a/themes/dlc/layouts/partials/2_molecules/code-box.html +++ b/themes/dlc/layouts/partials/2_molecules/code-box.html @@ -5,7 +5,10 @@
-
pip install linode-cli
-
linode-cli linodes create
+
{{ .Line1 }}
+
{{ .Line2 }}
+
{{ .Line3 }}
+
{{ .Line4 }}
+
{{ .Line5 }}
\ No newline at end of file diff --git a/themes/dlc/static/video/linodek8s.mp4 b/themes/dlc/static/video/linodek8s.mp4 new file mode 100644 index 000000000..0c5ae667f Binary files /dev/null and b/themes/dlc/static/video/linodek8s.mp4 differ diff --git a/themes/dlc/static/video/linodek8s.webm b/themes/dlc/static/video/linodek8s.webm new file mode 100644 index 000000000..8b43540d2 Binary files /dev/null and b/themes/dlc/static/video/linodek8s.webm differ