1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 17:06:05 +02:00
tldr/pages.ko/common/tye.md

29 lines
544 B
Markdown
Raw Normal View History

# tye
> 마이크로서비스와 분산 애플리케이션을 쉽게 개발, 테스트 및 배포.
> 더 많은 정보: <https://github.com/dotnet/tye>.
- 애플리케이션을 나타내는 `tye.yaml` 파일 스캐폴드:
`tye init`
- 애플리케이션을 로컬에서 실행:
`tye run`
- 애플리케이션의 컨테이너 빌드:
`tye build`
- 애플리케이션의 컨테이너 푸시:
`tye push`
- 애플리케이션을 Kubernetes에 배포:
`tye deploy`
- Kubernetes에서 배포된 애플리케이션 제거:
`tye undeploy`