Commit Graph

53 Commits (46c2fb6c98dbf10579d1f9a9ecc9d03bfaaca40d)

Author SHA1 Message Date
Jim Angel ff0018b97e updating tutorial to match source 2021-06-17 18:45:40 +00:00
Jailton Lopes d5b1793351
Update "Deploying PHP Guestbook application with MongoDB" Tutorial to fix the following issues:
* #26765 - Ordered lists with wrong indexes
* The wrong output of "kubectl get service frontend" on LoadBalancer Service Type example.
* Fixing format

Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-04-01 00:42:41 -03:00
Kubernetes Prow Robot bc451ce8f9
Merge pull request #27055 from atoato88/fix-install-kubectl-redirect
Replace redirect links of install kubectl
2021-03-15 17:00:34 -07:00
Akihito INOH f553cbbebc Replace redirect links of install kubectl
/docs/tasks/tools/install-kubectl/ is redirected to
/docs/tasks/tools/
This commit replace the redirect links for installing kubectl
with direct links.
2021-03-15 08:22:29 +09:00
Jason Gilmore 9517a9ab01
Corrected port designation in get service output
Port 6379 was errantly identified as the mongo service port however mongo-service.yaml defines port 27017. I've updated the service command output to reflect that.
2021-03-11 11:22:49 -05:00
Naoki Oketani 9d644accea chore: fix an invalid location.hash 2021-02-27 22:24:45 +09:00
Michael H 765e98db54
updated labels for cli command 2021-02-18 11:13:01 -05:00
Karen Bradshaw 3fd65482e8 clean up use of word: simply 2021-02-07 12:15:29 -05:00
Kubernetes Prow Robot af76e77672
Merge pull request #26141 from jimangel/remove-redis-and-master-slave-terminology-2
Remove Master/Slave terminology from stateless application tutorial.
2021-02-07 00:13:12 -08:00
Karen Bradshaw c4ef1d4b81
Apply suggestions from code review
Thanks for the review. Good suggestions!

Co-authored-by: Celeste Horgan <celeste@cncf.io>
2021-02-03 14:28:28 -05:00
Karen Bradshaw 7d9916af0c clean up use of word: easy 2021-02-01 15:14:25 -05:00
Paul Czarkowski 99029b97d7 Remove Master/Slave terminology from stateless application tutorial.
The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself.

The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now.

A followup PR to the examples repo to be referenced here will be made.

Addresses #22918

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>

address comments in PR

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>

remove confusing comment about dns, we can assume k8s has kube-dns

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2021-01-19 04:19:23 +00:00
guzj11 c431442d8b
Merge branch 'master' into patch-13 2020-12-17 11:25:10 +08:00
Karen Bradshaw 9069d2b12e minor formatting updates 2020-12-15 11:09:43 -05:00
guzj11 ffa156fd75 Update expose-external-ip-address.md
adjust the format to rearrange the numbered list which is not continue

Update expose-external-ip-address.md

Update expose-external-ip-address.md

Update expose-external-ip-address.md

indent by 3 spaces from line 51 to 57
2020-12-10 14:30:27 +08:00
RA489 2abce40d08 add code formatting to commands in expose-external-ip-address tutorial 2020-12-02 14:55:14 +05:30
Qiming Teng cebcdf5fca Tweak coding styles for guestbook logging tutorial 2020-10-22 11:54:28 +08:00
atomerz f0bd0a535f
Update content/en/docs/tutorials/stateless-application/guestbook-logs-metrics-with-elk.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-09-23 17:49:25 +03:30
atomerz 53d3f20548
Update guestbook-logs-metrics-with-elk.md
The description was confusing. Moved around the text and removed duplicated/unnecessary parts.
2020-09-23 15:37:20 +03:30
Qiming Teng c7e297ccab Fix links in tutorials section 2020-08-07 12:05:17 +08:00
Tim Bannister 49eee8fd3d
Revise Pod concept (#22603)
* Revise Pod concept

Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/

Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.

This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.

* Update links to Pod concept

Link to updated content

* Incorporate Pod concept suggestions

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Revise StatefulSet suggestion for Pod concept

Co-authored-by: Celeste Horgan <celeste@cncf.io>

Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
Karen Bradshaw ecc27bbbe7 add en pages 2020-06-09 19:33:15 -04:00
Celeste Horgan e0ae1338cd Correct links
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07:00
Kubernetes Prow Robot d41aaf877e
Merge pull request #20824 from juampynr/patch-1
Fix syntax error
2020-05-08 01:55:42 -07:00
Juampy NR 98a90113bc
Fix syntax error 2020-05-07 10:18:06 +02:00
DanRoscigno 00ad32d542 correct scaling instructions 2020-05-05 23:57:03 -04:00
Dan Roscigno 8576da2d9e
Update guestbook-logs-metrics-with-elk.md
Fix path for `kube-state-metrics`
2020-05-05 23:31:46 -04:00
Johnny Lim fa286e842e
Fix typo (#19651) 2020-03-15 23:02:35 -07:00
davidgfolch 7007e8156f
Config elasticsearch installed in minikube host (#19200)
* config elasticsearch installed in minikube host

Link to how to config an elasticsearch server in minikube host machine.

* config elasticsearch installed in minikube host

Link to how to config an elasticsearch server in minikube host machine.
2020-03-15 21:40:35 -07:00
Jacky Wu 644c356ca7
doc: add link for type=LoadBalancer service in tutorial. (#18916) 2020-02-03 11:01:21 -08:00
Tariq Ibrahim 1ef778e98d [docs/tutorials]: update kube-state-metrics install details (#17570) 2019-11-18 06:55:41 -08:00
Yuk, Yongsu d437e8c6bc en: Change the full link in the document to an inline link. (#17057)
* Change the full link in the document to an inline link.

grep -r "https \: \ / \ / kubernetes \ .io" content/en/docs
Changed to inline link except the following list.
- URLs are mentioned directly in the body
- release note
- url to blog
- url to community
- Url to be redirected

* Apply suggestions from code review

Co-Authored-By: June Yi <june.yi@samsung.com>
2019-10-23 06:20:14 -07:00
Naoki Oketani 1d11d14f22 trim redundant leading spaces (#15904) 2019-08-18 06:46:04 -07:00
mohamed chiheb ben jemaa b9a5c8d7b0 update tutorial to use deployment yaml file (#14959)
* update run command for deployment

* recommended label name
2019-06-19 12:18:31 -07:00
Supriya Sirbi fd6ec9bdb5 Update guestbook-logs-metrics-with-elk.md (#14755) 2019-06-05 22:14:10 -07:00
Dan Roscigno 3f6e182b70 Add a page expanding the PHP Guestbook with Redis example to include logs and metrics (#13889)
* adding Elastic Stack for logging and monitoring

* added section on deploying Elasticsearch and Kibana

* more detail

* more detail

* First draft

* Using tutorial template.

* more goodness

* Describe autodiscover

* added verification steps

* Added cluster role binding

* Use Redis metrics and logs

* cleanup

* add cleanup

* unused

* Added language tags

* Added glossary_tooltip

* Added link

* Placed alternative steps in tabs

* shorten heading

* uppercase for Kubernetes objects

* cleanup secret

* grammar

* updated title and linked from the guestbook tutorial

* added reviewer.  Thanks Tim!

* Removed default username/password

* typo, verbosity, more info.
2019-04-30 12:38:56 -07:00
Chas Schley a80483bb52 The output from 'kubectl get services my-service' will indicate a LoadBalancer type, not a ClusterIP. (#13560) 2019-04-09 18:46:13 -07:00
eliot1785 321e7fe9d2 fix type in service listing (#13230)
The tutorial has somebody expose this service externally, so they should be getting NodePort or LoadBalancer not ClusterIP. I followed this tutorial and that's what I got (as expected)
2019-03-19 11:36:21 -07:00
June Yi 8e5d7e4829 Make k8s.io/docs/home to support i18n (#12570)
* Make k8s.io/docs/home to support i18n

* Apply kbhawkey's review comment
2019-02-21 08:24:20 -08:00
Luc Perkins d65e1790ff Add admonition type to shortcode (#9482)
* Change existing admon blocks

* Fix includes issue
2018-11-06 11:33:04 -08:00
chenhuan 1894eaf998 fix the command output (#9860)
I have verified on version v1.11
2018-08-16 16:30:08 -07:00
chenhuan 647c2a705f fix the command output (#9859)
I have verified on version v1.11
2018-08-15 00:08:06 -07:00
Victor 382110f202 Update expose-external-ip-address.md (#9775) 2018-08-08 15:18:09 -07:00
Marky Jackson 8f0753eb58 Document update (#9675)
Adding a link to redis replicated so users of this example have a better understanding of what redis replicated is
2018-07-30 17:40:38 -07:00
Luc Perkins 292d4dfa67 Remove download steps (#9494) 2018-07-16 23:00:38 -07:00
Qiming ea11ae29ac Consolidate YAML files [part-5] (#9258)
* Consolidate YAML files [part-5]

This PR relocates the yaml files used in stateless application
guestbook. This PR also fixes the list numbering and code block
problems in the page.

Note that neither code blocks nor note callouts live happily inside a
numbered list, so this PR moves them out of such lists.

* Update examples_test.go
2018-07-02 13:06:18 -07:00
Qiming a3415f6228 Consolidate YAML files [part-2] (#9236)
Changes that will help upcoming consolidation work:

- Add variable `githubWebsiteRaw` to config.toml to facilitate building
  links to raw YAML files
- Revise `codenew` shortcode to generate links to raw YAML files instead
  of github.com file view;
- Rename `artifacts` directory to `examples` to better reflect its usage;

Accompanied changes as show cases:

- Moved `deployment.yaml`, `deployment-update.yaml` and
  `deployment-scale.yaml` to the new `examples/application` subdirectory;
- Removed duplicate instances of the above YAML files in other
  directories;
- Update example_test.go to test the relocated YAML files and removed
  testing for files that no longer needed.
2018-06-26 09:34:52 -07:00
yamenk 2e23aa3a05 Adding missing deployment labels (#9012) 2018-06-19 10:06:32 -07:00
Qiming 78a71a4066 Fix guestbooks (#8694)
Fix guestbooks tutorial. Issue is related to #8689 which attempted to
fix the incorrectly rendered commands.
2018-05-23 05:30:34 -07:00
Steve Perry 21fd86ed4b Fix up Tutorials landing page and Tutorials left nav. (#8557)
* Fix up Tutorials landing page and Tutorials left nav.

* Add redirects. Fix bullet.
2018-05-15 15:29:27 -07:00