Apache2-utils usage for performance test
Introducing apache bench
$ kubectl create -f nginx-deployment.yaml --record
Setting the kubectl flag –record to true allows you to record current command in the annotations of the resources being created or updated. It is useful for future introspection: for example, to see the commands executed in each Deployment revision.
$ kubectl get deployments
$ kubectl rollout history deployment/nginx-deployment
$ kubectl delete deployment nginx-deployment
$ kubectl get pods -owide --watch
$ kubectl exec <POD-NAME> cat /var/jenkins_home/secrets/initialAdminPassword
$ kubectl get pods -o jenkins-deployment-1818597696-2bhtg -o yaml | grep podIP
$ kubectl expose deployment jenkins-deployment --port 8080 --type NodePort
$ kubectl create -f service.xml
$ kubectl describe service jenkins
$ kubectl delete service jenkins
$ kubectl get svc jenkins-deployment -o yaml | grep nodePort -C 5
Introducing apache bench
Create from files kubectl create configmap helm-config-data --from-file=/root/.helm/repository/repositories.yaml -n usernamespace
Spring doesn’t allow to inject value into static variables, for example:
#Add labels to PV
Retrofit2
Velocity sample source
Setting up NGINX ingress request body size
Setup time zone for helm chart
How to add secret for image registry kubectl create secret docker-registry rediikey --docker-server=<imagerepourl> --docker-username=<username> -...
Add certificates for python through https
How to add user
How to install docker-ce on ubuntu Xenial(16.04) on x86_64
file, diff, grep, find
Mac os sierra dns reset sudo killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil -flushcache;
Jenkins Kubernetes Plugin tips
WGET
CA certificate on linux
Kubernetes kubectl Deployment object usage
Docker Proxy Setup
Samsung-cnct’s How we work
Travel around Seattle - vol.1
안녕하세요? 최근 연구소에서 개발 센터로 둥지를 옮긴 개발혁신팀 Devops Lab의 김광영 프로라고 합니다. 저는 CICD 셀에서 배포툴을 개발하던 중 Global Exchange Program(이하 GEP)에 선발되어 현재 미국 Seattle의 Cloud Native Com...
Ansible Trouble shooting guide
산호세 SDSRA 방문기 및 샌프란시스코 산책하기
맥용 개발 환경 셋업하기 - iTerm2 + zsh + oh-my-zsh