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.
Experienced open source solutions engineer. Passionate about DevOps, open-source software, automation, Kubernetes and cloud-native.
- Mumbai
Pinned Loading
-
server.js
server.js 1var http = require('http');
2var fs = require('fs');
3var path = require('path');
45http.createServer(function (request, response) {
-
content-types
content-types 1var mimeTypes = {
2'.html': 'text/html',
3'.js': 'text/javascript',
4'.css': 'text/css',
5'.json': 'application/json',
-
Generate multiple requests #Javascript
Generate multiple requests #Javascript 1const {promisify} = require('util')
2const sleep = promisify(setTimeout)
3const request = async(data) => {
4let time = Math.random() * 1000
5await sleep(time)
-
EKS Cluster.md
EKS Cluster.md 1# Creating an EKS Cluster
23## Important Notes:
4- **Kubernetes Version**: 1.31
5- **Availability Zone**: Do **not** select subnets from `us-east-1e` as it is restricted.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.