# INFRA

- [CLOUD COMPUTING](https://incheol-jung.gitbook.io/docs/q-and-a/infra/cloud-computing.md): 클라우드 컴퓨팅에 대해서 알아보자
- [GIT](https://incheol-jung.gitbook.io/docs/q-and-a/infra/2018-01-07-github.md): Git과 Github에 대해서 알아보자
- [DOCKER](https://incheol-jung.gitbook.io/docs/q-and-a/infra/2018-01-16-nodejs-14st.md): 도커 컨테이너에 대해 알아보자
- [카프카 찍먹하기 1부](https://incheol-jung.gitbook.io/docs/q-and-a/infra/1.md)
- [카프카 찍먹하기 2부 (feat. 프로듀서)](https://incheol-jung.gitbook.io/docs/q-and-a/infra/2-feat..md)
- [카프카 찍먹하기 3부 (feat. 컨슈머)](https://incheol-jung.gitbook.io/docs/q-and-a/infra/3-feat..md)
- [JENKINS](https://incheol-jung.gitbook.io/docs/q-and-a/infra/jenkins.md): Jenkins에 대해 알아보자
- [POSTMAN](https://incheol-jung.gitbook.io/docs/q-and-a/infra/2018-01-03-how-to-use-postman.md)
- [DNS 동작 원리](https://incheol-jung.gitbook.io/docs/q-and-a/infra/dns.md): DNS 동작원리에 대해 알아보자
- [ALB, NLB,ELB 차이는?](https://incheol-jung.gitbook.io/docs/q-and-a/infra/alb-nlb-elb.md)
- [카프카 파티션 주의해서 사용하자](https://incheol-jung.gitbook.io/docs/q-and-a/infra/undefined.md)
- [DEVOPS](https://incheol-jung.gitbook.io/docs/q-and-a/infra/devops.md): DEVOPS에 대해 알아보자
- [JWT](https://incheol-jung.gitbook.io/docs/q-and-a/infra/jwt.md): JWT에 대해 알아보자
- [OSI 7 Layer](https://incheol-jung.gitbook.io/docs/q-and-a/infra/osi-7-layer-todo.md): OSI 7 Layer에 대해 알아보자
- [MSA](https://incheol-jung.gitbook.io/docs/q-and-a/infra/msa.md): MSA에 대해 알아보자
- [서비스 디스커버리는 어떻게 서비스 등록/해제 하는걸까?](https://incheol-jung.gitbook.io/docs/q-and-a/infra/undefined-1.md)
- [핀포인트 사용시 주의사항!! (feat 로그 파일 사이즈)](https://incheol-jung.gitbook.io/docs/q-and-a/infra/feat.md)
- [AWS EC2 도메인 설정 (with ALB)](https://incheol-jung.gitbook.io/docs/q-and-a/infra/aws-ec2-with-alb.md)
- [ALB에 SSL 설정하기(feat. ACM)](https://incheol-jung.gitbook.io/docs/q-and-a/infra/alb-ssl-feat.-acm.md)
- [람다를 활용한 클라우드 와치 알림 받기](https://incheol-jung.gitbook.io/docs/q-and-a/infra/undefined-2.md)
- [AWS Personalize 적용 후기… 😰](https://incheol-jung.gitbook.io/docs/q-and-a/infra/aws-personalize-....md)
- [CloudFront를 활용한 S3 성능 및 비용 개선](https://incheol-jung.gitbook.io/docs/q-and-a/infra/cloudfront-s3.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://incheol-jung.gitbook.io/docs/q-and-a/infra.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.
