Open in app
Home
Notifications
Lists
Stories

Write
Stephen Cow Chau
Stephen Cow Chau

Home

Published in FAUN Publication

·May 4

Finally, (successfully…) setup docker registry inside kind Kubernetes cluster

Background — Background Following the previous articles, I was trying to setup docker registry inside my Kubernetes cluster so that I can push things into that registry and the cluster would be able to pull image from that registry. I could not find anything about that back then online, otherwise I would have…

Kubernetes

7 min read

Finally, (successfully…) setup docker registry inside kind Kubernetes cluster
Finally, (successfully…) setup docker registry inside kind Kubernetes cluster

Apr 23

kind local Kubernetes cluster with freenom domain and Let’s Encrypt TLS wildcard certificate

Background — Background This is some progress for part of a side/pet project over months that I failed to achieved before with Docker Desktop on WSL The objective was to create a local Kubernetes cluster for testing out some CI/CD as close as possible to a production system (not on infrastructure and networking…

Freenom

7 min read

kind local Kubernetes cluster with freenom domain and Let’s Encrypt TLS wildcard certificate
kind local Kubernetes cluster with freenom domain and Let’s Encrypt TLS wildcard certificate

Mar 12

You are not alone — the frustrating (failure) journey setting up private docker registry with self sign cert with WSL2 Docker desktop’s Kubernetes

Background — Background This is an incomplete journey (hopefully I would land at destination) on setting up a private docker registry inside Kubernetes of Docker Desktop in WSL2… The reason I want to summarize it is partially hoping someone have experience could help, plus share my experience such that people trying to do…

Docker

9 min read

You are not alone — the frustrating (failure) journey setting up private docker registry with self…
You are not alone — the frustrating (failure) journey setting up private docker registry with self…

Mar 9

Note about Traefik static and dynamic configuration on Kubenetes using Helm chart, ConfigMap and CRD

Background — Background After quite a while on configuring Traefik as ingress controller in Kubernetes, I feel there are need to share some ideas regarding some confusions I have been through on different configurations and my current operation approach on how those being configured. This article aimed to describe: Static and Dynamic configuration …

Traefik

4 min read

Note about Traefik static and dynamic configuration on Kubenetes using Helm chart, ConfigMap and…
Note about Traefik static and dynamic configuration on Kubenetes using Helm chart, ConfigMap and…

Feb 20

Cert-manager additional certificate output formats config through helm

This is just a quick note on how to do the configuration. — This is just a quick note on how to do the configuration. According to the reference of this feature, one need to enable the feature with feature gates on both controller and webhook. The first trial I did is doing this: helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.7.1 --create-namespace…

Cert Manager

2 min read

Cert-manager additional certificate output formats config through helm
Cert-manager additional certificate output formats config through helm

Feb 3

Script (snippet) to automate build image from git and deploy to Kubernetes

Background — Background When my company start using Kubernetes, I start working on all image building and deployment activities, mainly with command line tools from docker as well as kubectl. When teams size go up, it start getting more effort needed to be the single deployment person. So some kind of automation is…

Kubernetes

5 min read

Script (snippet) to automate build image from git and deploy to Kubernetes
Script (snippet) to automate build image from git and deploy to Kubernetes

Jan 30

Using multiple domains and TLS certs on Traefik on Kubernetes

This is a quick articles on what it work for me to register multiple domains and their corresponding TLS certs. — This is a quick articles on what it work for me to register multiple domains and their corresponding TLS certs. The Scenario I need to have my website behind Traefik to allow HTTPS access by using both https://domainA.com/ and https://domainB.com and I got TLS certificates for domainA.com and domainB.com respectively (paid already).

Traefik

3 min read

Using multiple domains and TLS certs on Traefik on Kubernetes
Using multiple domains and TLS certs on Traefik on Kubernetes

Jan 2

Troubleshooting Traefik routing and Jaeger for observability

Background — Background As a continuation of last article for configuring Traefik, there have been quite some moment that the routing does not work as expected, so it would worth some discussion and sharing on how I tried to troubleshoot. Items I tried Traefik access log Access log to me is important to know what kind of access it…

Traefik

4 min read

Troubleshooting Traefik routing and Jaeger for observability
Troubleshooting Traefik routing and Jaeger for observability

Published in FAUN Publication

·Jan 2

Setup Traefik routing in Kubernetes with Helm chart

Background — Background I have been chosen Traefik as my new Kubernetes cluster’s ingress controller. They have been some learning during the course and I would like to share it here in this article. Setup using Helm chart Officially Traefik provides an official Helm chart for deployment, the source is on GitHub with this link (we will…

Traefik

6 min read

Setup Traefik routing in Kubernetes with Helm chart
Setup Traefik routing in Kubernetes with Helm chart

Dec 8, 2021

Reusing component from another create-react-app app with Babel, react-app-rewired

Background — Background This is my scenario, I have an React app 1 that already have some template components, and in a new React app, I would like to reuse them. Trial 1 — Referencing App1 from App2 As App1 is outside App2 folder, the way to make App2 able to reference App1 by adding a softlink in App2’s package.json…

Create React App

3 min read

Reusing component from another create-react-app app with Babel, react-app-rewired
Reusing component from another create-react-app app with Babel, react-app-rewired
Stephen Cow Chau

Stephen Cow Chau

Following
  • More Less

    More Less

  • 言 問

    言 問

  • Synced

    Synced

  • Jesus Rodriguez

    Jesus Rodriguez

  • Kyrie Gray

    Kyrie Gray

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable