-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create scale-interactive.html (#39852)
Signed-off-by: Abhijeet Basfore <[email protected]>
- Loading branch information
1 parent
eaacdfb
commit b326f5f
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
content/bn/docs/tutorials/kubernetes-basics/scale/scale-interactive.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: ইন্টারেক্টিভ টিউটোরিয়াল - আপনার অ্যাপ পরিসর করুন | ||
weight: 20 | ||
--- | ||
|
||
<!DOCTYPE html> | ||
|
||
<html lang="bn"> | ||
|
||
<body> | ||
|
||
{{< katacoda-tutorial >}} | ||
|
||
<div class="layout" id="top"> | ||
|
||
<main class="content katacoda-content"> | ||
|
||
<div class="katacoda"> | ||
<div class="katacoda__box" id="inline-terminal-1" data-katacoda-id="kubernetes-bootcamp/5" data-katacoda-color="326de6" data-katacoda-secondary="273d6d" data-katacoda-hideintro="false" data-katacoda-prompt="Kubernetes Bootcamp Terminal" style="height: 600px;"> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<a class="btn btn-lg btn-success" href="/docs/tutorials/kubernetes-basics/expose/expose-interactive/" role="button">< মডিউল 4 এ ফিরে যান<span class=""></span></a> | ||
<a class="btn btn-lg btn-success" href="/docs/tutorials/kubernetes-basics/" role="button">হোম<span class=""></span></a> | ||
<a class="btn btn-lg btn-success" href="/docs/tutorials/kubernetes-basics/update/update-intro/" role="button">মডিউল 6 চালিয়ে যান ><span class=""></span></a> | ||
</div> | ||
</div> | ||
|
||
</main> | ||
|
||
<a class="scrolltop" href="#top"></a> | ||
|
||
</div> | ||
|
||
</body> | ||
</html> |