Posts
Kenapa Saya Memilih Arch Linux untuk Workstation?
Linux adalah salah satu sistem operasi yang banyak dikenal oleh pengguna komputer selain Microsoft Windows dan Apple MacOS. Terlebih saat ini sudah tersedia banyak pilihan distribusi linux yang dikembangkan, bahkan ada yang dikembangkan oleh perusahaan seperti Ubuntu oleh Canonical, Red Hat Enterprise Linux oleh Red Hat, SUSE Linux Enterprise oleh SUSE. Lalu sebagai seorang pengembang aplikasi, distribusi apa yang saya pilih untuk workstation saya? Arch Linux! Kenapa? Simak lebih lanjut.
Posts
Pengalaman VBAC : Cerita Kami di Tiga Minggu Terakhir
Memasuki minggu ke 38 awal, belum ada perkembangan berarti. Sehingga istri saat itu ingin coba kontrol ke dokter lain yang bukan partner saat itu. Alangkah kecewanya dan geram saya saat itu ketika memasuki ruangan, kami hanya ditanya berapa jarak kehamilan dengan operasi SC terakhir. Lalu, tanpa penjelasan apapun langsung berkata kurang lebih seperti ini “SC lagi ya, jam 10 saya kosong, mau ga? Atau kalau ga mau hari ini ya hari Selasa” (kami di dokter tersebut sekitar jam 07:00 WIB).
Posts
Pengalaman VBAC : Tips dan Informasi
Anak pertama saya dilahirkan dengan metode sectio caesaria (SC). Waktu itu, pada usia 37 minggu akhir kami kontrol ke dokter kandungan dan dinyatakan bahwa air ketuban keruh, sehingga diperlukan tindakan operasi SC. Saat itu juga dicoba induksi, diharapkan dapat menstimulasi terjadinya kelahiran spontan. Namun, hingga batas waktu yang disepakati, belum ada perkembangan berarti. Selain itu, perlu diketahui bahwa saya kurang tau pasti detail kenapa air ketuban saat itu keruh, padahal awal minggu ke 37 masih sangat baik kondisinya.
Posts
Pengalaman Sertifikasi CKA
Sertifikasi merupakan salah satu cara untuk melakukan pengembangan diri. Sampai tulisan ini ditulis, saya terbilang jarang mengambil sertifikasi karena pada umumnya sertifikasi dilakukan onsite di lokasi tertentu. Alasan lainnya adalah biaya yang perlu dikeluarkan untuk mengambil ujian untuk beberapa sertifikasi terbilang mahal untuk saya.
Tentang Certified Kubernetes Administrator (CKA) Certified Kubernetes Administrator (CKA) adalah program sertifikasi yang didukung oleh Cloud Native Computing Foundation (CNCF) sebagai bentuk upaya pengembangan ekosistem Kubernetes. Pada CKA, sertifikasi lebih ditujukan untuk administrator Kubernetes untuk mendemonstrasikan kemampuannya dalam instalasi, konfigurasi, manajemen, dan troubleshooting klaster Kubernetes.
Posts
Build Kubernetes QEMU/KVM Image with Packer
Packer is a tools to automate creation of multiple machine images build by Hashicorp. Its support multiple builders such as AWS EC2, DigitalOcean, LXD, VMWare, QEMU, etc. In this post, I will share how to create a packer template to build kubernetes image for QEMU/KVM on top of Ubuntu minimal cloud image based on my homelab setup.
Prerequisites packer cloud-localds (from cloud-image-utils in ubuntu) QEMU/KVM enabled host Step by Step Ensure you have QEMU/KVM enabled host, and also packer installed in your machine.
Posts
First Experience as a Tech Lead
Last year, I got offered and trust to be a lead in my team. To be honest, that was my first time I become a lead in my career. First thing that come to my mind was,
If I become a lead, then I will have N peoples that will be my responsibility, I will be one of the factor of their good and bad
That was not easy choice, but thanks to my supportive lead and also supportive colleague.
Posts
Does Infra Testing Really Matters?
Story In previous post, I already share my experience when tried to automate manual process by created script to automatically create configs based on the input in requests. We found that the script are useful enough at that time, and reduced number of incidents caused by misconfiguration (yay!). Unfortunately, we faced with issues when the provisioned infrastructure not work as expected which caused by several things, example: invalid port definition which (again) inputted by human.
Posts
How Scripting Make My Life Easier
Story Did you ever worked in repetitive tasks? I was worked as an operational cloud infrastructure engineer. Starting from received several ticket from developers who needs infrastructure, gathering informations for their needs, double check the requests, and everything done manually by myself.. Ouch! Even worse if we missed something from the request, ta-daaa! Incident happened and another requests got delayed.
It does happened to me (and my team) about past one-half years ago.