# k8s-jenkins **Repository Path**: github_repo/k8s-jenkins ## Basic Information - **Project Name**: k8s-jenkins - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-09 - **Last Updated**: 2026-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # k8s-jenkins ## project usage It can be used with open im server and can be copied to the project directory separately ## directory structure ``` . ├── LICENSE ├── Makefile // use in open im server. the content has been adjusted ├── README.md ├── component // component configuration. like mysql, kafka ├── dockerfile // server dockerfile configuration ├── jenkinsfiles // jenkins template └── k8sdeployment_dev // server k8s deploy template ``` ## use in different situations > please prepare two things ```shell 1.k8s namespace has created 2.docker register project has created ``` ### use jenkins 1. create view 2. copy the files in the jenkinsfiles as the configuration file for the pipeline 3. fill some environment parameters in file 4. choice specific branch and project, and click build