23 lines
780 B
HTML
23 lines
780 B
HTML
---
|
|
title: Careers
|
|
bigheader: Careers in Kubernetes
|
|
abstract: Jobs focused on Kubernetes and Cloud Native Patterns
|
|
class: gridPage
|
|
cid: careers
|
|
body_class: careers
|
|
menu:
|
|
main:
|
|
weight: 70
|
|
---
|
|
|
|
<div class="d-flex flex-column justify-content-center mt-4 mt-md-5 px-2 px-md-3 px-lg-0">
|
|
<iframe id="gitjobs" class="mx-auto" src="https://gitjobs.dev/embed?ts_query=kubernetes" style="width:100%;max-width:870px;height:100%;display:block;border:none;"></iframe>
|
|
<div class="mb-4 mb-md-5 mt-1 mx-auto gitjobs-legend">
|
|
Powered by <a href="https://gitjobs.dev" target="_blank">GitJobs</a>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="module">
|
|
import { initialize } from "https://cdn.jsdelivr.net/npm/@open-iframe-resizer/core@latest/dist/index.js";
|
|
initialize({}, "#gitjobs");
|
|
</script> |