Skip to content
View girwarkishor's full-sized avatar
  • Mumbai

Block or report girwarkishor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
girwarkishor/README.md

Hi there ๐Ÿ‘‹

A cover image that says "Hi I'm Girwar" in the center, On top left, there is my logo

Girwar Kishor Chandravanshi ๐Ÿ˜Š

Experienced open source solutions engineer. Passionate about DevOps, open-source software, automation, Kubernetes and cloud-native. Led and participated in the evaluation, deployment, automation and daily operations of several large-scale Linux clusters(HPC). Customer-focused, particularly skilled at problem-solving. currently driving DevOps culture, infrastructure automation, and cloud-native technologies into the traditional enterprise.

Pinned Loading

  1. server.js server.js
    1
    var http = require('http');
    2
    var fs = require('fs');
    3
    var path = require('path');
    4
    
                  
    5
    http.createServer(function (request, response) {
  2. content-types content-types
    1
    var mimeTypes = {
    2
            '.html': 'text/html',
    3
            '.js': 'text/javascript',
    4
            '.css': 'text/css',
    5
            '.json': 'application/json',
  3. Generate multiple requests #Javascript Generate multiple requests #Javascript
    1
    const {promisify} = require('util')
    2
    const sleep = promisify(setTimeout)
    3
    const request = async(data) => {
    4
      let time = Math.random() * 1000
    5
      await sleep(time)
  4. EKS Cluster.md EKS Cluster.md
    1
    # Creating an EKS Cluster
    2
    
                  
    3
    ## Important Notes:
    4
    - **Kubernetes Version**: 1.31
    5
    - **Availability Zone**: Do **not** select subnets from `us-east-1e` as it is restricted.