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

Becoming the Team Leader

The year 2017 has been a great year for me. The year started with the recruitment of the (BONDS) Graduate Engineering Trainees, I was one of the in charge to look over the smooth functioning of the online apptitude tests conducted. The next project was the jio cloud project. Here i was screening the candidates, scheduling interviews, keeping track of their progress. The resumes we pouring in my mailbox all the time and during the same time we had one session with the Enterprise team who had come there to get resources from BOND. The team gave their project presentation and the during the QA session i asked about the what all open-source technologies they are using, Which all teams are working on open-source projects ? Is any team using python, React and React-Native ?. During the same session Nitish Chauhan also asked a about python, django, flask and about data analytics. That’s were i got to Know about Nitish. After that session we had a talk about our personal projects, since i was already overloaded with work so i need helping hand and Nitish was in SIM kitting. I introduced him to Nilesh sir and requested that he could join me in the project. Since then we have been working together. Happy with the work Nilesh sir took both of us in the next big project Business Bond. Here i was given the responsibility of recruiting for 3 states and 260+ positions. Here i had a team of 17 members working with me. Their work was to screen the candidates and forward it to me for the next interview. I would take their interview and forward for next 3 rounds. I also arranged their face to face rounds in our geographical offices by co-coordinating with the JCMs. ...

December 29, 2017 · 3 min · Akshay Shipurkar

Bash Basics

In this tutorial you will how to write bash scripts. I will take you step from Hello world to writing your own script that does some repetitive task for you. So, lets get started. Bash stands for Bourne Again shell. If you are using Linux or MAC OS you already have it install by default. You can check which version of bash you are using by bash -v let us create our first bash script that says Hello World. Create a file named helloworld or helloworld.sh. Open in your favorite text editor i will use vim, you can use any eg :nano, gedit, etc. This first line of your script will be #!/bin/bash #! is known as shebang. Which is path to load and run the program using bash. In the next line write echo Hello World. ...

December 18, 2017 · 1 min · Akshay Shipurkar

Pycon India 2017

The journey for Pycon India started at on 2nd November, 2017. It was a four day event the first two days were dev sprints and the main conference was on the 3rd and the 4th day. I left for Delhi from Mumbai on 2nd November by an early morning Flight. This was the first time i was travelling with Vistara, and yes they pamper their customers alot. The fights are on time, awesome crew and delicious food too 😛. ...

November 23, 2017 · 3 min · Akshay Shipurkar

Mission Accomplished

I had been given some of the lynda courses at work to do so as prerequistes to complete before joining the Jio Cloud team. It was a one mamouth task to complete. Although it look a considerable amount of time and self motivation for the same to be completed, but finally its done and I am extremely happy about it. ![Linux Playlist] (/img/JAWS-Playlists.png) ![Openstack Playlist] (/img/JAWS-Openstack-Playlists.png)

October 27, 2017 · 1 min · Akshay Shipurkar

Happy Diwali

This is my first blog post after a long time. Previously I had a blog at akshayshipurkar.me/blog then i got a new domain name i.e akshayshipurkar.com, I had ported it to the new domain. Now i want to get the clutter of themes and wordpress updates out of the way, so i have decided to go ahead with hugo for a fresh start on this occation of Diwali. From now i will try to be consistant in blogging. ...

October 19, 2017 · 1 min · Akshay Shipurkar