In the previous post we've looked into Kubernetes Pods which are essentially one of the smallest units or workloads that exist on the Kubernetes platform. This time we'll take Pods...
In the previous post we've looked into Kubernetes Deployments which are essentially constructs allowing us to declare and manage Pods on the Kubernetes platform. However, how do you access your...
In the previous post we've looked into Kubernetes Services which are essentially load balancing constructs layered on top of Pods. The Service construct provides basic routing and discovery of your...
In the previous post we've looked into Kubernetes Ingress - a very powerfull reverse proxy workload providing a very flexible routing into applications (Pods) hosted on the Kubernetes platform. This...
Up to this point we were working with some of the core Kubernetes building blocks, such as Kubernetes Pods, Kubernetes Deployments and Kubernetes ConfigMaps and Secrets. These resources, once created,...
Jekyll themes not only enable you to present your GitHub Pages in style. You can also extend these with Custom Styling and you can even Point your Domain to your...
Jekyll themes not only enable you to present your GitHub Pages in style. You can also extend these with Custom Styling and you can even Link Google Analytics to your...
So you have your dream domain, say my-domain.com, you also have a page on GitHub, say my-github.github.io/my-repo and you'd like to resolve my-domain.com to my-github.github.io/my-repo. How can this be done?...
In this post we'll be looking into how to modify your GitHub Page Jekyll theme. There are around 14 Jekyll themes available on GitHub Pages. If you happen to use...
Docker is becoming an increasingly popular way of packaging and distributing software. With its Docker Hub ecosystem of ready-made images it has never been easier to try new technologies -...