ASH84
Software Engineer focused on turning complexity into simplicity. Co-founder at Payhere. Previously Tech Lead of remit team at Banksalad.
Experience
- Head of tech Payhere.Inc, 2024โpresent
- CTO Payhere.Inc, 2020โ2023
- TechLead, Banksalad, 2018โ2020
- Senior Software Engineer Danal, 2014โ2018
Latest Blog Posts
-
Jan 26, 2019Running a MongoDB Database in Kubernetes with StatefulSets๋ณธ ํฌ์คํ ์ Qwiklabs ์ [Kubernetes in the Google Cloud](https://www.qwiklabs.com/quests/29) ๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ํ๊ณ ์์ต๋๋ค. **์ด๋ฒ ์๊ฐ์ ํ ๊ฒ๋ค :** - How to d Kubernetes cluster, a headless service, and a StatefulSet. - How to connect a Kubernetes cluster to a MongoDB replica set. - How to scale MongoDB replica set instan...
-
Jan 23, 2019Hello Node Kubernetes๋ณธ ํฌ์คํ ์ Qwiklabs ์ [Kubernetes in the Google Cloud](https://www.qwiklabs.com/quests/29) ๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ํ๊ณ ์์ต๋๋ค. ์ด๋ฒ ์๊ฐ์ ์ค์ตํด ๋ณผ ๊ฒ๋ค: - Create a Node.js server. - Create a Docker container image. - Create a container cluster. - Create a Kubernetes pod. - Scale up your services. ![](https://farm5.staticflickr...
-
Jan 20, 2019k8s cronjob ์ ํ์๋ฌธ : [https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#cron-job-limitations](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#cron-job-limitations) Cron Job ์ job์ ์๊ฐ์ ๋ง์ถฐ์ ์์ฑํ๋ค. Cronjob object๋ ํ๋์ crontab ํ์ผ. crontab ํ์ผ(๋ฆฌ๋ ์ค์์์ cron ํฌ๋งท์ผ๋ก ์์ฑ๋) ์ด ์ ๊ธฐ์ ์ผ๋ก job์...
-
Jan 13, 2019Introduction to Docker๋ณธ ํฌ์คํ ์ Qwiklabs ์ [Kubernetes in the Google Cloud](https://www.qwiklabs.com/quests/29) ๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ํ๊ณ ์์ต๋๋ค. ## Docker Image & Build, Run ๊ธฐ๋ณธ์ ์ผ๋ก ๋์ปค์ด๋ฏธ์ง ํํ๋ก ์ฌ๋ฆฌ๋ ๊ฒ์ด ๊ธฐ๋ฐ์ด ๋์ด์ผ ํ๋ค. ์ผ๋จ ๋์ปค ์ด๋ฏธ์ง๋ฅผ ์์ฑํ๊ธฐ ์ํด์๋ `Dockerfile` ์ ์์ฑํด์ผ ํ๋ค. # Use an official Node runtime as the parent image FROM node:6 # S...