Posts
How to Login Google cloud …
How to Login to Google Cloud Using the Command Line (CLI)
Hey everyone! Welcome back to my blog at yuswitayudi.github.io. Today, I’m going to walk through how to log in to Google Cloud using the command line. If you’re managing cloud resources, using the CLI can save a lot of time and make things …
Initial Delay Kubernetes
Why Initial Delay Seconds Matter in Kubernetes
Hello, everyone! Long time no see huh. Today, I want to talk about a small but important feature in Kubernetes: initialDelaySeconds. It’s one of those settings that can save you from a lot of headaches if you understand and use it correctly.
What is …
How to connect AWS eks …
By the way this is the new journey to handled cloud provider like AWS, with complexity because I don’t have many knowledge about that. Okay back to the topic.
Requirement you must have:
- AWS CLI
- kubectl
- access key and secret key AWS
For the first make sure you can access the AWS from aws …
Botkube and Slack to …
Botkube is one of the best tool opensource I know, this very simple to install and useful. The mechanism is Botkube need token to connect each other with slack. So the first thing we need to install app on slack to configure collaborate with botkube. Actually documentation of botkube is helpull and …
Create SSL Nginx with …
This is maybe one of the longest notes in this notes. Here we go….
First before I meet this ansible roles, when I want to deploy domain name with nginx server. I only install and deploy ssl to manage HTTPS certbot with manually installation which is use standard command line. This is very …
Menghubungkan Slack dan …
Jenkins merupakan salahsatu aplikasi CI/CD yang sering digunakan untuk deployment sebuah aplikasi di production. Karena kemudahan untuk customizable deployment bisa dengan declarative pipeline maupun freestyle pipeline. Oleh karena kemudahan dan manfaat yang besar tak khayal jenkins menjadi salah …
Mengganti Ukuran Log …
Ukuran log yang besar pasti suatu saat akan membuatmu mikir-mikir tentang disk kan. Nah untuk itu kita perlu mengatur berapa ukuran yang ada pada docker container. Ini dijalankan dengan docker-compose maupun docker container.
Docker compose
version: '3'
services:
nginx:
image: …
Melakukan Deploy ketika …
Yakkk
Again-again semua catatan yang telah tertulis di web ini murni dari sudut pandang sang penulis ya, jadi apabila ada perbedaan ya wajar dong.
Oke langsung ke contoh kasus, biasanya untuk depoyment menggunakan metode gitfow akan ada proses trigering untuk melakukan suatu aksi ketika sudah …
Menggunakan Skaffold …
Nahh
Kali ini saya menulis tentang skaffold, merupakan software development tool untuk membuat kinerja para developer yang melakukan repetitif menjadi mudah. Kenapa demikian? mari kita telisik dan telusuk.
Pada umumnya seorang developer ketika mengerjakan suatu aplikasi, dia akan melakukan dan …
Membuat Droplet pada …
Yaaa memang bukan suatu hal yang wah, sekali lagi diriku mengingatkan bahwa web ini hanya sekedar catatan biasa oleh Yudi.
Intro
Sebenarnya membuat droplet pada DigitalOcean bisa sekali menggunakan Web UI melalui browser, akan tetapi jika suatu saat kita akan membuat droplet dengan jumlah yang …