diff --git a/kubernetes/k8s-intro/README.md b/kubernetes/k8s-intro/README.md index 37ca5f3686..0055e8a27c 100644 --- a/kubernetes/k8s-intro/README.md +++ b/kubernetes/k8s-intro/README.md @@ -10,4 +10,8 @@ An easy way to check that everything is working as expected is issuing any *kube ```shell $ kubectl get nodes ``` -If you get a valid response, then you're good to go. \ No newline at end of file +If you get a valid response, then you're good to go. + +### Relevant Articles: + +- [Paging and Async Calls with the Kubernetes API](https://www.baeldung.com/java-kubernetes-paging-async)