Add links to cassandra example required knowledge
When going through this section of the documentation, I found myself wishing the concepts linked to the relevant documentation, so I could verify I understood the concepts.
This commit is contained in:
parent
1696664888
commit
e9ca01a46e
|
@ -24,11 +24,11 @@ The docker is based on `debian:jessie` and includes OpenJDK 8. This image includ
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture objectives %}
|
{% capture objectives %}
|
||||||
* Create and Validate a Cassandra headless `Service`.
|
* Create and Validate a Cassandra headless [Services](/docs/concepts/services-networking/service/).
|
||||||
* Use a `StatefulSet` to create a Cassandra ring.
|
* Use a [StatefulSet](/docs/concepts/workloads/controllers/statefulset/) to create a Cassandra ring.
|
||||||
* Validate the `StatefulSet`.
|
* Validate the [StatefulSet](/docs/concepts/workloads/controllers/statefulset/).
|
||||||
* Modify the `StatefulSet`.
|
* Modify the [StatefulSet](/docs/concepts/workloads/controllers/statefulset/).
|
||||||
* Delete the `StatefulSet` and its `Pods`.
|
* Delete the [StatefulSet](/docs/concepts/workloads/controllers/statefulset/) and its [Pods](/docs/concepts/workloads/pods/pod/).
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture prerequisites %}
|
{% capture prerequisites %}
|
||||||
|
|
Loading…
Reference in New Issue