Fixed several typos
This commit is contained in:
parent
710d437380
commit
0ce3ed7f79
|
|
@ -102,7 +102,7 @@ Later, we will make a docker image that includes these packages.
|
|||
Next, we will check that we can discover the rabbitmq service:
|
||||
|
||||
```
|
||||
# Note the rabitmq-service has a DNS name, provided by Kubernetes:
|
||||
# Note the rabbitmq-service has a DNS name, provided by Kubernetes:
|
||||
|
||||
root@temp-loe07:/# nslookup rabbitmq-service
|
||||
Server: 10.0.0.10
|
||||
|
|
@ -355,7 +355,7 @@ not all items will be processed.
|
|||
If the number of completions is set to more than the number of items in the queue,
|
||||
then the Job will not appear to be completed, even though all items in the queue
|
||||
have been processed. It will start additional pods which will block waiting
|
||||
for a mesage.
|
||||
for a message.
|
||||
|
||||
There is an unlikely race with this pattern. If the container is killed in between the time
|
||||
that the message is acknowledged by the amqp-consume command and the time that the container
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ The web app is written in Go, and borrowed from the original Guestbook example b
|
|||
|
||||
K8petstore is built to be expanded, and aims to attract developers interested in building and maintaining a polyglot, non-trivial kubernetes app as a community.
|
||||
|
||||
It can be a simple way to get started with kuberentes or golang application development.
|
||||
It can be a simple way to get started with kubernetes or golang application development.
|
||||
|
||||
Thus we've tried to make it easy to hack on, even without kubernetes. Just run the containers and glue them together using docker IP addresses !
|
||||
|
||||
|
|
@ -156,7 +156,7 @@ We are open to other ways of expanding the coverage and realism of the k8petstor
|
|||
|
||||
Reach out with ideas, pull requests, and so on!
|
||||
|
||||
The end goal is to support polyglot, real world, data-intensive application on kuberenetes which can be used both to learn how to maintain kubernetes applications
|
||||
The end goal is to support polyglot, real world, data-intensive application on kubernetes which can be used both to learn how to maintain kubernetes applications
|
||||
|
||||
as well as for scale and functionality testing.
|
||||
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ Documentation for other releases can be found at
|
|||
<!-- END STRIP_FOR_RELEASE -->
|
||||
|
||||
<!-- END MUNGE: UNVERSIONED_WARNING -->
|
||||
Meteor on Kuberenetes
|
||||
=====================
|
||||
Meteor on Kubernetes
|
||||
====================
|
||||
|
||||
This example shows you how to package and run a
|
||||
[Meteor](https://www.meteor.com/) app on Kubernetes.
|
||||
|
|
|
|||
|
|
@ -202,7 +202,7 @@ You now have 10 Firefox and 10 Chrome nodes, happy Seleniuming!
|
|||
|
||||
### Debugging
|
||||
|
||||
Sometimes it is neccessary to check on a hung test. Each pod is running VNC. To check on one of the browser nodes via VNC, it's reccomended that you proxy, since we don't want to expose a service for every pod, and the containers have a weak VNC password. Replace POD_NAME with the name of the pod you want to connect to.
|
||||
Sometimes it is neccessary to check on a hung test. Each pod is running VNC. To check on one of the browser nodes via VNC, it's recommended that you proxy, since we don't want to expose a service for every pod, and the containers have a weak VNC password. Replace POD_NAME with the name of the pod you want to connect to.
|
||||
|
||||
```console
|
||||
kubectl port-forward --pod=POD_NAME 5900:5900
|
||||
|
|
|
|||
Loading…
Reference in New Issue