# Kubernetes In Action -Marko Luksa, Kevin Conner

- [Chapter 1- Introducing Kubernetes](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/chapter-1-introducing-kubernetes.md)
- [2. Understanding Containers](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/2.-understanding-containers.md)
- [3. Deploying your first applicatio](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/3.-deploying-your-first-applicatio.md)
- [4. Introducing Kubernetes API Objects](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/4.-introducing-kubernetes-api-objects.md)
- [5. Running workloads in pods](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/5.-running-workloads-in-pods.md)
- [6. Managing the pod lifecycle](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/6.-managing-the-pod-lifecycle.md)
- [7. Attaching storage volumes to pods](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/7.-attaching-storage-volumes-to-pods.md)
- [8. Persisting data in persistant volumes](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/8.-persisting-data-in-persistant-volumes.md)
- [9. Configuration via Configmaps, secrets, and the download API](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/9.-configuration-via-configmaps-secrets-and-the-download-api.md)
- [10. organizing objects using namespaces and labels](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/10.-organizing-objects-using-namespaces-and-labels.md)
- [11. Exposing pods with services](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/11.-exposing-pods-with-services.md)
- [12. Exposing service with ingress](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/12.-exposing-service-with-ingress.md)
- [13. Replicating pods with Replicasets](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/13.-replicating-pods-with-replicasets.md)
- [14. Managing pods with Deployments](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/14.-managing-pods-with-deployments.md)
- [15. Deploying stateful workloads with statefulsets](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/15.-deploying-stateful-workloads-with-statefulsets.md)
- [16. Deploying node agents and daemons with daemonsets](https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner/16.-deploying-node-agents-and-daemons-with-daemonsets.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://charan-techjourney.gitbook.io/charan-techjournal/books/kubernetes-in-action-marko-luksa-kevin-conner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
