Add new Helm Chart

helm chart 추가하기 charts 디렉토리 아래에 추가할 helm chart 만들기 이번에는 기존에 만들어 사용하던 ghost chart를 등록해 본다. 일단 ghost chart를 아래와 같이 charts/ghost 디렉토리에 복사하고 lint 검사. cychong@mini1:~/work/helm/my-helm-chart$ helm lint charts/ghost/ ==> Linting charts/ghost/ [INFO] Chart.yaml: icon is recommended 1 chart(s) linted, 0 chart(s) failed Helm chart 패키징 cychong@mini1:~/work/helm/my-helm-chart$ helm package charts/* Successfully packaged chart and saved it to: /home/cychong/work/helm/my-helm-chart/my-ghost-0.1.0.tgz Successfully packaged chart and saved it to: /home/cychong/work/helm/my-helm-chart/nginx-0.2.0.tgz cychong@mini1:~/work/helm/my-helm-chart$ ls *.

Botkube to monitor K8s cluster in Slack

Install BotKube for k8s and slack Slack :: Messaging bot for monitoring and debugging Kubernetes clusters cychong@mini1:~$ helm repo add infracloudio https://infracloudio.github.io/charts "infracloudio" has been added to your repositories cychong@mini1:~$ helm repo update Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "infracloudio" chart repository ...Successfully got an update from the "myhelmrepo" chart repository Update Complete. ⎈ Happy Helming!⎈ botkube를 위한 namespace 만들어주기

RSS feed URL for podcast

http://sosa0sa.com:8099/podcast/index.xml 매번 까먹네. 중간에 podcast가 있다는 거. 블로그 자체는 http://sosa0sa.com:8099만으로 접속이 되니 저렇게 다른 경로가 기억이 나지 않네. 수정할 수 있는 지 확인해 봐야겠다.

Automate Blog Posting with GitHub Action

https://ruddra.com/hugo-deploy-static-page-using-github-actions/ 에 있는 내용대로 git repository의 .github/workflows 아래 main.yml 몇 가지만 수정했더니 잘 동작하는 듯. 이미 Hugo용 github repo를 가지고 있으므로 내가 추가로 해야 할일은 GitHub 계정에서 Access Token 만들어서 Git repository에 Secret로 추가 GitHub Action 파일 작성 - .github/workflows/main.yml 일단 이거면 끝. .github/workflows/main.yml name: CI on: push jobs: deploy: runs-on: ubuntu-latest steps: - name: Git checkout uses: actions/checkout@v2 - name: Update theme # (Optional)If you have the theme added as submodule, you can pull it and use the most updated version run: git submodule update --init --recursive - name: Setup hugo uses: peaceiris/actions-hugo@v2 with: hugo-version: "0.

Being the First is not enough

폰 수리 때문에 받은 대여폰. 며칠 이라도 돈 나갈 일은 있을테니 은행앱을 설치하는데 신한은행은 인증서 요구하지 않고 본인 인증하고 로그인해서 이체 하는데 전혀 문제 없는데 SC은행은 인증서 없다고 거부. 다행히 미리 오픈뱅킹으로 연동해놔서 신한에서 SC계좌 접근이 가능해서 문제는 없는데. 매일 밤에는 계좌조회도 안되는 SC은행. 몇 년 전에는 적은 영업점 수를 경쟁 은행보다 앞선 인터넷 뱅킹 등으로 해결한다는 평이 많았는데 지금은 ‘갸우뚱’. ‘제일 먼저’가 큰 의미를 갖는 건 맞지만 시간이 조금 지난 시점에는 그것보다는 ‘제일 우수’한 게 만 배는 더 중요하다.

Setup GitHub based Helm repo

Setup GitHub based Helm repo GitHub에 구성한 helm repository에 있는 Helm chart를 이용해서 nginx deploy하기 GitHub에 Helm Repository 구축하기 Create a public Helm chart repository with GitHub Pages | by Mattia Peri | Medium 글을 참고해서 따라하면 특별한 문제 없이 Helm Repostiroy로 동작할 GitHub Page를 만들 수 있다. cychong@mini1:~/tmp$ wget https://cychong47.github.io/helm-chart/index.html --2020-08-18 23:49:28-- https://cychong47.github.io/helm-chart/index.html Resolving cychong47.github.io (cychong47.github.io)... 185.199.111.153, 185.199.109.153, 185.199.110.153, ... Connecting to cychong47.github.io (cychong47.github.io)|185.199.111.153|:443... connected. HTTP request sent, awaiting response.