This document discusses continuous integration and continuous delivery (CI/CD) workflows using Kubernetes. It begins with an introduction of CI/CD and an explanation of continuous integration, continuous delivery, and continuous deployment. It then demonstrates how to set up Jenkins with Kubernetes by installing Minikube and configuring Jenkins to use the Kubernetes plugin to create pods for CI/CD tasks. The document walks through creating a sample pipeline job that runs a script on the Kubernetes cluster to test the CI/CD integration. It concludes with references for further reading on CI/CD and related tools.