> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/projects/complited/devsecops/nova/devsecopsprocess.md).

# DevSecOpsProcess

{% stepper %}
{% step %}

### 코드 변경 감지

* Github Webhook
* 개발자(코드커밋/푸시) > Github(변경사항 알림) > Jenkins
  {% endstep %}

{% step %}

### Jenkins 파이프라인

{% hint style="info" %}
관리자 역할
{% endhint %}

파이프라인 단계:

{% stepper %}
{% step %}

#### SonarQube

* 코드 품질 검사(버그 찾기 / 취약점 검사 / 코드 스타일 검사)
  {% endstep %}

{% step %}

#### Docker Image 빌드

* 애플리케이션과 필요한 모든 것을 하나의 패키지로 만듦(코드 / 실행환경 / 설정)
* 생성한 이미지는 주로 Docker Hub에 저장됨
  {% endstep %}

{% step %}

#### Kubernetes 매니페스트 업데이트

* 애플리케이션 실행을 위한 설계도 작성
* (몇 개의 노드 / 얼마만큼의 자원 / 어떻게 네트워크를 구성할 지 등 설정)
  {% endstep %}

{% step %}

#### 쿠버네티스 배포

* 실제 애플리케이션 실행(컨테이너 시작 / 네트워크 연결 / 부하 분산 설정 등)
  {% endstep %}

{% step %}

#### 서비스 노출

* 외부에서 접근할 수 있도록 설정
* 도메인 연결 / 보안 설정 / 트래픽 라우팅 등
  {% endstep %}
  {% endstepper %}
  {% endstep %}
  {% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://krjaeh0.gitbook.io/j-log/projects/complited/devsecops/nova/devsecopsprocess.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
