Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is Kubernatics? added #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,38 @@
</div>
</header>
<section>
<div class="container">
<div class="text-center mt-8">
<h1>BLOG</h1>
</div>
<div class="container">
<div class="card-columns">
<div class="card">
<a href="https://www.atlassian.com/devops">
<img
class="card-img-top"
src="https://res.cloudinary.com/canonical/image/fetch/f_auto,q_auto,fl_sanitize,w_250,h_195/https://assets.ubuntu.com/v1/767f38a4-kubernetes-stacked-color.svg"
alt="Card image cap"
/>
<div class="card-body">
<h5 class="card-title">
What are Kubernetes?
</h5>
<p class="card-text">
Kubernetes, or k8s for short, is an open source platform pioneered by Google, which started as a simple container orchestration tool but has grown into a cloud native platform.

It’s one of the most significant advancements in IT since the public cloud came to being in 2009, and has an unparalleled 5-year 30% growth rate in both market revenue and overall adoption.
</p>
<p class="card-text">
<small class="text-muted"
><i class="fa fa-eye"></i>20<i class="fa fa-user"></i
>admin<i class="fa fa-calendar-alt"></i>Oct 22,2022
</small
>
</p>
</div>
</a>
</div>
<div class="container">
<div class="text-center mt-8">
<h1>BLOG</h1>
Expand Down