# Introduction

This guide describes how to deploy Jenkins on IBM Cloud Kubernetes Service with Helm and proper basic configuration.

## Prerequisites

* You should have a standard kubernetes cluster from IBM Cloud. <https://cloud.ibm.com/kubernetes/catalog/about>
* You should have [ibmcloud cli](https://cloud.ibm.com/docs/cli?topic=cli-getting-started) and [helm](https://helm.sh/docs/intro/install/) installed on your workspace or you are using [IBM Cloud Shell](https://www.ibm.com/cloud/cloud-shell).

## Notes

This workshop is tested with the following technologies and versions.

| Technology                   | Version          |
| ---------------------------- | ---------------- |
| IBM Cloud Kubernetes Service | 1.18.8\_1525     |
| Helm                         | v2.16.7 (client) |
| kubectl                      | 1.16.2 (client)  |
| ibmcloud cli                 | 1.2.1+29ade2b    |
| volaka/ibm-cloud-cli         | 1.2.1            |
| jenkins (helm-chart)         | 2.5.4            |

## Contribution

If you found errors, please create an issue to <https://github.com/volaka/jenkins-workshop-gitbook> repo.

Thank you!


---

# 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://volaka.gitbook.io/jenkins-on-k8s/master.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.
