Skip to content
View akskap's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report akskap

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. boxupp boxupp Public

    Forked from BoxUpp/boxupp

    Browser based interface to manage your Vagrant environments

    JavaScript

  2. bpfps bpfps Public

    Forked from genuinetools/bpfps

    A tool to list and diagnose bpf programs. (Who watches the watchers..? :)

    Makefile

  3. esk8s esk8s Public

    esk8s a.k.a Elastic Stack on K8S

    Python 2 2

  4. Gitlab CI Pipeline for Minikube test... Gitlab CI Pipeline for Minikube test/deploy
    1
    stages:
    2
      - test
    3
      - deploy
    4
    
                  
    5
    variables:
  5. Cloud Init Script for setting up Min... Cloud Init Script for setting up Minikube
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    # Install system dependencies
  6. Terraform script for publicly access... Terraform script for publicly accessible EC2 instance
    1
    data "template_file" "init" {
    2
      template = "${file("${path.module}/setup.sh")}"
    3
    }
    4
    
                  
    5
    resource "aws_instance" "esk8s_instance" {