1b5ff98a44
* Make navigation and UI strings i18n friendly This commit * Extracts most UI strings into i18n bundles so they can be translated * Makes a proper Hugo menu out of the hardcoded menu that is shown on smaller screens * Changes the language selector logic to navigate to the current page in the other language if possible (e.g. the translation). If not possible, it takes you to the home page for that language. For testing, this commit also adds Norwegian as a new language. This is turned off. * Make the home page into reusable and translatable blocks This commit adds a set of block type shortcodes that is then used to build the home page. * These shortcodes gets common image resources from a new headless bundle. These resources can be inherited or overridden by translations. * The hardcoded case studies section on the home page is replaced with a query and a loop. * The hardcoded feature list on the home page is replaed qith a query and a loop.
64 lines
1.6 KiB
HTML
64 lines
1.6 KiB
HTML
---
|
|
title: "Produksjonsklar kontainer-orkestrering"
|
|
abstract: "Automatisert kontainer-deployment og -administrasjon"
|
|
cid: home
|
|
---
|
|
|
|
{{< deprecationwarning >}}
|
|
|
|
{{< blocks/section id="oceanNodes" >}}
|
|
{{% blocks/feature image="flower" %}}
|
|
### Kubernetes
|
|
|
|
Litt tekst om Kubernetes.
|
|
|
|
{{% /blocks/feature %}}
|
|
|
|
{{% blocks/feature image="scalable" %}}
|
|
#### Skalberbar
|
|
|
|
Litt tekst om skalerberhet.
|
|
|
|
{{% /blocks/feature %}}
|
|
|
|
{{% blocks/feature image="blocks" %}}
|
|
#### Vokser med deg
|
|
|
|
Litt tekst.
|
|
|
|
{{% /blocks/feature %}}
|
|
|
|
{{% blocks/feature image="suitcase" %}}
|
|
#### Kjør overalt
|
|
|
|
Litt tekst.
|
|
|
|
{{% /blocks/feature %}}
|
|
|
|
{{< /blocks/section >}}
|
|
|
|
{{< blocks/section id="video" background-image="kub_video_banner_homepage" >}}
|
|
<div class="light-text">
|
|
<h2>Om å flytte 150+ microservicer til Kubernetes</h2>
|
|
<p>Av Sarah Wells, teknisk direktør for Operations and Reliability, Financial Times</p>
|
|
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Se video</button>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<a href="https://www.lfasiallc.com/events/kubecon-cloudnativecon-china-2018/" button id="desktopKCButton">KubeCon i Shanghai 13.-15. november, 2018</a>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<a href="https://events.linuxfoundation.org/events/kubecon-cloudnativecon-north-america-2018/" button id="desktopKCButton">KubeCon i Seattle 11.-13. desember, 2018</a>
|
|
</div>
|
|
<div id="videoPlayer">
|
|
<iframe data-url="https://www.youtube.com/embed/H06qrNmGqyE?autoplay=1" frameborder="0" allowfullscreen></iframe>
|
|
<button id="closeButton"></button>
|
|
</div>
|
|
{{< /blocks/section >}}
|
|
|
|
{{< blocks/kubernetes-features >}}
|
|
|
|
{{< blocks/case-studies >}}
|