Merge pull request #5258 from mattjmcnaughton/mattjmcnaughton/add-links-to-cassandra-example-previous-knowledge
Add links to cassandra example objectives
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user