Open in app

Sign In

Write

Sign In

Sanjeev Rohila
Sanjeev Rohila

4 Followers

Home

About

Jul 19, 2021

Delphix database hosts authentication and dSource linking with Hashicorp Vault

For security teams, the focus has been shifted from the network because the network in the cloud is inherently “low trust” and securing the infrastructure and application services themselves. Another advantage of using vaults is to minimize the number of places where credentials need to be stored and, therefore the…

Delphix

5 min read

Delphix database hosts authentication and dSource linking with Hashicorp Vault
Delphix database hosts authentication and dSource linking with Hashicorp Vault
Delphix

5 min read


Nov 19, 2020

[aA-zZ] Python quick reference

Hello, I am going to update this space every time I come across something new, productive, which improves the code readability or can optimize the python code. So keep watching this space. Fallen in love with functools.partialmethod Using functools.partialmethod we fix the arguments that are the same over most of the calls if a function…

3 min read

a to z python quick reference
a to z python quick reference

3 min read


Sep 19, 2020

Agile Testing Quadrant

Agile Testing Practices

1 min read

Agile Testing Quadrant
Agile Testing Quadrant
Agile Testing Practices

1 min read


Aug 29, 2020

Micro services deployments using Nginx reverse proxy with NodePort and ClusterIp services on Kubernetes

In the above deployment we are creating two ClusterIP micro services, sports and fitness with 5 replicas each deployment Another NodePort micro service which has a nginx reverse proxy configured to serve the fitness and sports micro service with /fitness & /sports respectively Github repository https://github.com/sanjeevrohila/k8s/tree/master/nginx-ingress-application Lets look at the…

Kubernetes

4 min read

Micro services deployments using Nginx reverse proxy with NodePort and ClusterIp services on…
Micro services deployments using Nginx reverse proxy with NodePort and ClusterIp services on…
Kubernetes

4 min read


May 23, 2020

Dockerhub push images and delete with api

What you will learn - Creating a docker image using a Dockerfile Pushing image to Dockerhub Creating containers using the image Deleting the images from Dockerhub using api First of all we need an account on dockerhub.com. Creating an account, its very simple, then you need to create a repository…

Docker

4 min read

Dockerhub push images and delete with api
Dockerhub push images and delete with api
Docker

4 min read


May 15, 2020

Parameterised Decorator in Python

So far most of have a fair idea about decorators, if not then “Decorators are the way in python we can enhance the functionality of function, or we could say we could supercharge our functions.” def decorator(func): def wrapper(): print("##########") func() print("##########") return wrapper def hello(): print("Hello") def bye(): print("Bye") …

Python 3

2 min read

Parameterised Decorator in Python
Parameterised Decorator in Python
Python 3

2 min read


May 1, 2020

Nginx reverse-proxy configuration and access logs formatting

Let’s say we have an online store where we have different sections mobiles, watches, shoes etc, and we want to distribute the load to display the content from different servers. …

Nginx

5 min read

Nginx reverse-proxy configuration and access logs formatting
Nginx reverse-proxy configuration and access logs formatting
Nginx

5 min read


Apr 29, 2020

Docker Bridge Networking in action — Deep dive with troubleshooting

Docker Bridge Networking in action — Deep dive with troubleshooting In this post i am going to demonstrate a scenario, where i have two VMS, would say Host-1 (ubuntu) and Host-2 (Ubuntu) , Docker Host. On Host-2, will deploy few Nginx containers using the docker Bridge network and will make…

Docker Container

5 min read

Docker Bridge Networking in action — Deep dive with troubleshooting
Docker Bridge Networking in action — Deep dive with troubleshooting
Docker Container

5 min read


Apr 17, 2020

Elasticsearch snapshot and restore

Elasticsearch snapshot is the backup of the one or more indexes in the elasticsearch cluster. Backup Create a snapshot directory mkdir -p /esdata/esbackup Give elasticsearch the permission to write on these directories chown -R elasticsearch:elasticsearch /esdata/esbackup Add the path to the elasticsearch config file vim /etc/elasticsearch/elasticsearch.yml path.repo: ["/esdata/esbackup"] Restart the…

Elasticsearch

3 min read

Elasticsearch snapshot and restore
Elasticsearch snapshot and restore
Elasticsearch

3 min read

Sanjeev Rohila

Sanjeev Rohila

4 Followers

A Infra2Qe automation engineer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech