Skip to content
View sudhirpandey's full-sized avatar

Block or report sudhirpandey

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

Pinned Loading

  1. Spark codes for data in elastic search Spark codes for data in elastic search
    1
    from pyspark import SparkConf, SparkContext
    2
    from collections import namedtuple
    3
    import re
    4
    conf = SparkConf().setAppName("ESTest")
    5
    sc = SparkContext(conf=conf)
  2. azbillops azbillops Public

    A python utility to calculate cost for resources in azure.

    Python

  3. GAP GAP Public

    This set up GAP stack in openshift via ansible run , the playbooks were taken from openshift-ansible and customised a little.

    1

  4. openshift-management openshift-management Public

    Forked from openlab-red/openshift-management

    OpenShift Management Playbooks

    Shell

  5. creating spring boot with prometheus... creating spring boot with prometheus metrics (step by step)
    1
    #To be able to deploy the app as service in openshift we can follow various routes.
    2
    
                  
    3
    #I have follwed the binary build and deployment method..
    4
    https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_java_s2i_for_openshift/get_started#source_to_image_s2i_build
    5
    
                  
  6. opsgenie-utils opsgenie-utils Public

    A library of scripts that could be used with opsgenie

    Python