Traefik Proxy Boilerplate

traefik-proxy-boilerplate No more messing around with nginx, apache config or certbot etc. This repository contains code to help quickly set up traefik as reverse proxy using docker compose or kubernetes cluster to host a website with SSL certificates using letsencrypt that auto renew. Hit letsencrypt api limits no problem this works with zerossl. Traefik + Docker compose Directory structure The project is divided into 2 main sections, first section contains code for docker compose config the second section contains code for kubernetes config yaml files. ...

January 12, 2022 · 3 min · Akshay Shipurkar

Traefik as reverse proxy

Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. It integrates with Docker and Kubernetes to auto-discover services and configure routing automatically — no more manual nginx or Apache config files. Check out the full setup guide in the Traefik Proxy Boilerplate post for step-by-step instructions on getting Traefik running with Docker Compose or a Kubernetes cluster.

January 11, 2022 · 1 min · Akshay Shipurkar

Installing Practice Terminal For Linux Foundation Exam

I have had a tough time installing gateone terminal for practicing for openstack coa exam. It could be frustrating and time consuming to install and get gateone terminal running. After lot of searching and toiling over this problem i finally found the solution. Its one liner but you need to have docker installed on your machine before you can run it. Here goes the command. docker run –name gateone -p 443:10443 -p 2345:22 -d greyltc/gateone ...

February 27, 2018 · 1 min · Akshay Shipurkar