Sushil Kambampati

Sushil Kambampati

I help companies save money on cloud, do DevOps right and secure their systems

  • Home
  • Profile
  • Writings
  • Resume
  • Blog

Tag: Python

08

Jun 2023

The Dev(Sec)(Git)Ops way -Part 3: Deploy to a cluster

Sushil Developer Talk, Security No Comments on The Dev(Sec)(Git)Ops way -Part 3: Deploy to a cluster

This is the third part of the guide to setting up an automated workflow to deploy code to a Kubernetes cluster following a change in a git repository. The first two parts of this series so far belong in the dev portion of devops. They encompass what most software engineers do to build and test […]

01

Jun 2023

TIL: Python chained comparison vs and-joined

Sushil Developer Talk No Comments on TIL: Python chained comparison vs and-joined

According to the Python documentation, x < y <= z is equivalent to x < y and y <= z, but real-world testing indicates they produce different code.

23

Apr 2022

Does Ansible make you antsy? Here’s how to get started

A worker ant carrying a leaf
Sushil Developer Talk No Comments on Does Ansible make you antsy? Here’s how to get started

Back in my C++ days, I knew most of the ins and outs of make, and makefiles and sub-makefiles. I could do pretty much whatever I needed to. Of course, in complicated projects the files start looking really ugly inside. Then for Java there was ant, which tidied up all the targets and dependencies in structured […]

08

Jun 2018

Creating a Microservices Registry

Sushil Developer Talk No Comments on Creating a Microservices Registry

In a previous article, I showed how to set up a web application to use microservices with just the bare minimum of effort. However, that can result in some limitations, such as the presentation layer (or API Gateway) that aggregates the results of the microservices using hard-coded endpoint addresses (e.g. http://localhost:8888/api/v1/fromurl). In actual practice, this […]

07

Jun 2018

Demystifying Microservices – A Fully Functional Practical Example

Sushil Developer Talk No Comments on Demystifying Microservices – A Fully Functional Practical Example

Recently, I realized that I wasn’t as hands-on with microservices as I needed to be, so over the weekend, I created a web app that uses microservices to get a better feel for this system architecture paradigm. The app does a pretty simple task: given a bunch of URLs of online job postings, it fetches […]

Recent Posts

  • These Are The Tags You Are Looking For
  • AWS Private Zones To The Max
  • Today is the day you should purchase an AWS Savings Plan
  • Deploy to Kubernetes the Dev(Sec)(Git)Ops way -Part 5: Set up CD with GitOps
  • Deploy to Kubernetes the Dev(Sec)(Git)Ops way: Part 4: Set up the CI/CD workflow

Archives

  • December 2024
  • November 2024
  • February 2024
  • June 2023
  • May 2023
  • April 2023
  • April 2022
  • October 2021
  • July 2021
  • February 2021
  • January 2021
  • July 2020
  • October 2018
  • September 2018
  • June 2018
  • May 2018
  • April 2018
  • January 2017
  • February 2016
  • March 2015
  • January 2015
  • September 2014
  • June 2014
  • May 2014
  • September 2012
  • June 2012
  • May 2012
  • March 2012
  • February 2012
  • January 2012
  • May 2009
  • June 2007
  • April 2007
  • March 2007
  • February 2007