Github Actions to build docker image

Github Actions Github Actions is a new feature of Github to use their platform directly to run tasks. Those tasks can be unit tests, compiling and everything else that you can imagine, similar to other platforms like CircleCI or TravisCI. As with the other platforms, the pipeline is written in a YAML syntax and allows the use of plugins to simplify the use of i.e. checkout or installing tools like the compiler....

February 2, 2020 路 3 min 路 625 words

Graph visualization of Kubernetes Ingresses

Which issue does zephykus solve? For me, Kubernetes has eased the deployment of applications, however I have always struggled with visualizing the main kubernetes objects (Deployments, Pods, Service and Ingress). While there are tools out there like Weave Scope, I was looking for a tool suited to debug ingress rules. As it turns out, ingress configuration largely depend on the underlying CNI. Each implementation brings its own annotation that configure an ingress object additionally like path rewritting, backend protocol and many more....

January 14, 2020 路 2 min 路 365 words