Commit Graph

153 Commits (d961714d167cd7c06066e474ec9a38ed3d4e185d)

Author SHA1 Message Date
Kubernetes Prow Robot 5429a6fbad
Merge pull request #48003 from ayushpatil2122/patch-9
Add sample output to Kubernetes introductory tutorial (scaling)
2024-10-20 13:51:03 +01:00
Tim Bannister 57950764ca
Fix indentation 2024-10-20 13:40:50 +01:00
Kubernetes Prow Robot 92fad83587
Merge pull request #45885 from LavredisG/main
Update en-update-intro.html
2024-10-10 00:34:24 +01:00
LavredisG aab31488ba Update content/en/docs/tutorials/kubernetes-basics/update/update-intro.html 2024-10-06 23:16:27 +00:00
HITMAN 5864801071
Update scale-intro.html 2024-09-19 21:45:51 +05:30
Alexander Stefurishin 7e64c2db82
Fix broken links from "overview/components/#..." to "architecture/#..." (#47724)
* replace "docs/concepts/overview/components/#" with "docs/concepts/architecture/#" in "content/en/**/*.*"

* revert changes in old blog posts
2024-08-31 23:54:45 +01:00
steve-hardman 465af1f284
Fix guidance regarding Service creation in tutorial
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-05-24 01:08:42 +01:00
steve-hardman 73f10efb0d
Fix guidance regarding Service creation in tutorial 2024-05-23 16:59:24 +01:00
Tim Bannister 1bd0de1919 Turn interactive tutorials into custom 404 pages
Katacoda has shut down for good, and we have not added a local /
in-project alternative playground in the time since. Serving a 404 helps
cement that these pages are no longer part of the site.
2024-05-11 19:04:35 +01:00
Kubernetes Prow Robot 6d0046600f
Merge pull request #45549 from mietnik/patch-2
check-service-exists
2024-05-03 20:48:41 -07:00
Javad Ebadi f140892cfc
Improve Kubernetes tutorial around explaining Services (#43503)
* Adds a new lines to documents explaining that this section assumes we have created a kuberentes-bootcamp service with LoadBalancer type

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Rephrase

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update scale-intro.html

Fixed typo: Sservice -> service

---------

Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-26 09:05:33 -07:00
Dennis Schubert f69cbbde73
Show the correct proxy URL in the deploy-intro. 2024-03-21 20:32:08 +01:00
mietnik ef8ca3629f
check-service-exists
Following tutorial step by step at this point service is not defined
2024-03-14 11:49:04 +00:00
Kubernetes Prow Robot 812a59bdfd
Merge pull request #44885 from pedantic-git/patch-1
Edit docker-specific image  name
2024-03-04 06:47:51 -08:00
Kubernetes Prow Robot 85c7968840
Merge pull request #44767 from Gauravpadam/20240116_scale_intro_styling_fix
Styling improvements for scale-intro.md
2024-02-13 22:16:11 -08:00
David M. Lentz 1a509fd3e4
Update deploy-intro.html
Fix typo
2024-01-24 20:08:15 -07:00
Quinn 5f0c60e0d6
Edit docker-specific image name
This documentation failed for me because I was running Minikube on Podman Desktop, and the image name `jocatalin/kubernetes-bootcamp` assumed that the registry was `docker.io`.

I think this slight modification would work for Docker and Podman alike. Let me know if you agree!
2024-01-24 17:28:59 +00:00
John Huang dc66ef3554
Add comments on Tutorial for not working on ARM architecture cluster (#44279)
* Add comments on Tutorial  for not working on ARM architecture cluster

* Update deploy-intro.html

* Update content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-01-21 21:53:44 +01:00
Gauravpadam 181cbe0aa7 Styling improvements for scale-intro.md 2024-01-17 11:24:53 +05:30
Aditya Samant 14bda6e902 Improved the Note at the start of the section by specifying the command to create the Service if not present.
Specified the Step 2 which was missing earlier.

Added the note inside a shortcode.
2024-01-16 15:27:50 +05:30
John Gaughan 22de82adbd
Add clause about waiting for new pods before removing old ones
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-01-10 21:59:51 -05:00
John Gaughan 4f4519d245
Clarify explanation of rolling updates
I was tripped up while reading the paragraph that explains what a rolling update is and how it works. This commit makes some small phrasing and grammatical changes to make the explanation easier to read. 

Importantly, it replaces the word "updates" with "replaces", since rolling updates create *new* pods which replace the old ones, rather than updating the current pods.
2024-01-09 17:41:52 -08:00
Kubernetes Prow Robot f4febd0922
Merge pull request #44151 from utkarsh-singh1/update-content-tutorial-kubernetes-basics
Fix markup for tutorials
2024-01-09 16:55:18 +01:00
Kubernetes Prow Robot bf40e12353
Merge pull request #44234 from adityasamant25/issue-43256
Improve user guidance in Kubernetes basics tutorials
2024-01-07 23:13:25 +01:00
John Gaughan 88820251b4
Grammar corrections 2023-12-30 17:17:02 -08:00
Kubernetes Prow Robot c0648857e2
Merge pull request #43719 from PranitRout07/test1
Improve visibility for tutorial diagrams through color change
2023-12-09 20:50:40 +01:00
lakshmi prasuna 5f77eb1ecd
added hyperlink for pod and updated with a note. (#44051) 2023-12-07 14:45:51 +01:00
Kubernetes Prow Robot 0398a27328
Merge pull request #43692 from PranitRout07/test
Fix missing Step labels in 'Using a Service to Expose Your App' tutorial
2023-12-07 14:35:57 +01:00
Aditya Samant 65e1dc9059 Issue 40645 - Added a note about minikube tunnel for Docker Desktop 2023-12-06 18:22:05 +05:30
Aditya Samant 81a6077759 43256 - Changes to consolidate and streamline Kubernetes basics tutorials to avoid redundancy and confusion 2023-12-06 16:59:08 +05:30
utkarsh-singh1 6ad170bf17 Updated kubernetes tutorials from deploy-intro.html to update-intro.html
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
2023-11-30 12:00:37 +05:30
DeltaX 9c29ea92e9 Fix scale-intro.html outputs indentations of terminal.
Fix command code block without line break

Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-11-16 17:13:18 +08:00
PranitRout07 5c49e610e3 Changed yellow color to orange color for better visibility 2023-10-28 16:19:00 +05:30
PranitRout07 ea1e980806 Assigned numbers to steps that were previously unlabeled.
Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html

Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-10-26 14:30:33 +05:30
Mohammed Affan 82a5754036 Remove katacoda interactive tutorial 2023-10-04 12:10:06 +05:30
steve-hardman da8f6e9a23 Fix sytle guide pending feedback 2023-09-28 12:55:11 +00:00
Kubernetes Prow Robot 462a4f7700
Merge pull request #41260 from fyu17/patch-1
Update expose-intro.html to add notes for minikube tunnelling with Docker
2023-09-24 01:42:56 -07:00
Fucheng Yu e08eb51af4
Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html
Co-authored-by: Nate W <natew@cncf.io>
2023-09-15 22:45:53 -04:00
Fucheng Yu 4b13a93940
Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html
Co-authored-by: Nate W <natew@cncf.io>
2023-09-15 22:45:45 -04:00
Aritra Ghosh da45f94c13 Update scale-intro.html
Added disclaimer to account for deleted service
2023-09-10 16:10:20 -07:00
Fucheng Yu c89260f3f6
Update expose-intro.html 2023-09-07 22:07:19 -04:00
Fucheng Yu b7d0e96c9f
improve styling 2023-09-07 21:16:39 -04:00
Kubernetes Prow Robot 65bbe6a945
Merge pull request #41946 from sravyasambaturu/patch-2
Clarify which node component(s) contact control plane
2023-08-19 10:13:21 -07:00
Kubernetes Prow Robot 1d26fb7a47
Merge pull request #42504 from shurup/tutorials-intro-fixes
Tiny fixes for deploy & scale tutorials
2023-08-12 05:09:18 -07:00
Raghunandan16 5f42748e64
Removed the Katacoda shutdown notice (#41841)
* removed the Katacoda shutdown notice

* Removed Katacode shutdown notice and its mention

* fixed Formatting of the file

* fixed formatting

* fixed markdown
2023-08-11 10:13:27 -07:00
Dmitry Shurupov 7adb4352fe Tiny fixes for deploy & scale tutorials 2023-08-11 21:12:58 +07:00
Kubernetes Prow Robot f86b8d6095
Merge pull request #41929 from craigcomstock/issue-41259
Fixed "Show the app in the terminal" URL (en)
2023-08-04 05:24:21 -07:00
Mohammed Affan ddc5c2b64c
Update content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-08-01 16:43:28 +05:30
Mohammed Affan a20cd4ff22
Update content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-07-28 09:59:15 +05:30
Mohammed Affan 50ec0c7b90 Added link for containerd.io 2023-07-26 10:46:59 +05:30