Open in app

Sign In

Write

Sign In

Dipto Chakrabarty
Dipto Chakrabarty

47 Followers

Home

About

May 14

Flask Python- Swagger for rest apis

We build a simple flask api with get and post methods based api requests. Link for the code present at end of the blog. from crypt import methods from flask import Flask,jsonify,request app = Flask(__name__) @app.route("/") def home(): return jsonify({ "Message": "app up and…

Software Development

5 min read

Flask Python- Swagger for rest apis
Flask Python- Swagger for rest apis
Software Development

5 min read


Published in

Cloud Native Daily

·May 14

Build and Deploy Flask App Using Docker

Build a simple Flask API with two methods to handle get and post requests. — Let us build a simple Flask API with two methods to handle get and post requests. The link for the complete code can be found at the end of the blog. Install Flask in the work directory. pip3 install flask Write the code to perform a simple get request in…

Software Development

4 min read

Build and Deploy Flask App Using Docker
Build and Deploy Flask App Using Docker
Software Development

4 min read


Feb 8

Setting MySQL Cluster using Docker

In this blog I will take you through setting up a three node mysql innodb cluster using only docker containers which can be implemented anywhere. Mysql is one of the most prominent and popular database solutions adopted by corporate and companies for their applications or business needs. A cluster is…

Database

6 min read

Setting MySQL Cluster using Docker
Setting MySQL Cluster using Docker
Database

6 min read


Published in

DevOps.dev

·Jan 5

Kubernetes Deployments all you need — updated for 2023

In this blog will be the list of all imperative commands required for kubernetes deployments which will make management of your cluster deployments easier.

Kubernetes

3 min read

Kubernetes Deployments all you need — updated for 2023
Kubernetes Deployments all you need — updated for 2023
Kubernetes

3 min read


Sep 9, 2022

CISCO SRE Intern + FTE offer Interview Experience , How I got the offer.

I am Dipto Chakrabarty a graduate student from VIT Vellore in the field of Computer Science with specialisation in Information Security. My main interests lie in the field of Devops, Cloud Computing and Backend Development. I had done previous internships in the field of Devops and had also contributed to…

Interview

6 min read

CISCO SRE Intern Interview Experience , How I got the offer.
CISCO SRE Intern Interview Experience , How I got the offer.
Interview

6 min read


Mar 19, 2022

Gomega Matcher : A guide to developing your custom tests in Golang

Lets be honest when testing on golang comes to our mind we think of gomega and gingko. In fact majority of the tests that developers write for their golang application rely on gomega and gingko , however as applications become more complex it we find ourselves in a situation where…

Golang

4 min read

Gomega Matcher : A guide to developing your custom tests in Golang
Gomega Matcher : A guide to developing your custom tests in Golang
Golang

4 min read


Sep 2, 2021

Cert Manager in Kubernetes with external DNS provider

Kubernetes is an open source platform for managing containerised applications. It helps us deploy,scale and manage multiple containerised applications easily. In this post we are going to understand to add SSL certificates to our kubernetes provisioned ingress using an external dns provider in AWS. Pre-Requisites To follow along you will need …

Kubernetes

4 min read

Cert Manager in Kubernetes with external DNS provider
Cert Manager in Kubernetes with external DNS provider
Kubernetes

4 min read


Jun 17, 2021

Jenkins CI/CD pipeline with jenkinsfile in kubernetes

Jenkins is one of the best and popular CI/CD tools present which are used by multiple companies for their workflows. In this blog we will see how we can develop a CI/CD pipeline to deploy our flask application in kubernetes cluster using jenkins and jenkinsfile. We will develop our pipeline…

Jenkins

4 min read

Jenkins CI/CD pipeline with jenkinsfile in kubernetes
Jenkins CI/CD pipeline with jenkinsfile in kubernetes
Jenkins

4 min read


Apr 8, 2021

Continuous Delivery with ArgoCd

Argo Cd is one of the most popular declarative , gitops Continuous Delivery tools present for kubernetes. We are going to check out how you can leverage ArgoCd to continuously deploy your work loads and follow gitOps based approach to deploy your kubernetes resources. For this demo we are going…

Kubernetes

5 min read

Continuous Delivery with ArgoCd
Continuous Delivery with ArgoCd
Kubernetes

5 min read


Published in

CodeChef-VIT

·Aug 11, 2020

Remote Build Trigger of Jenkins Jobs

How to use an API request to build your Jenkins jobs with authentication. — Jenkins is a powerful, free and open-source software which aids in automating the parts of building, deployment and testing of an application. Jenkins is used heavily in companies as it is such a popular CI/CD tool. …

Jenkins

4 min read

Remote Build Trigger of Jenkins Jobs
Remote Build Trigger of Jenkins Jobs
Jenkins

4 min read

Dipto Chakrabarty

Dipto Chakrabarty

47 Followers

SRE @cisco | Kubernetes release team | Summer of Bitcoin 2k21 | Devops | Cloud Native

Following
  • Shishir Khandelwal

    Shishir Khandelwal

  • Surajlalwani

    Surajlalwani

  • Léo Vincent

    Léo Vincent

  • Chris Ed Rego

    Chris Ed Rego

  • Anmol Pant

    Anmol Pant

See all (21)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams