FROM tomcat:latest
USER root
RUN apt-get update -y
RUN apt-get install -y stress
//Dockerfile
tomcat 부하테스트 하는데 만들기 귀찮다
docker build . -t <tag>
docker push <tag>
이후에 exec로 접근하여 stress 주면 된다.
'Cloud > Kubernetes' 카테고리의 다른 글
Rook-ceph는 뭐하는 놈일까? (0) | 2019.10.16 |
---|---|
Ubuntu 18.04 Read-only file system이 뜨는 멍청한 행동을 했을 때 (0) | 2019.10.16 |
Kubernetes Worker 해제 (0) | 2019.09.26 |
Kubernetes 설치 중 metal-lb controller 생성 문제 (0) | 2019.09.06 |
쿠버네티스의 리소스 (0) | 2019.08.30 |