Skip to content

Instantly share code, notes, and snippets.

@stackedsax
stackedsax / admin-api.json
Created January 10, 2019 07:47 — forked from coopr/admin-api.json
Swagger (OpenAPI) specification file for part of Kong's Admin API
{
"swagger": "2.0",
"info": {
"version": "13.1.0",
"description": "A Swagger definition for the Kong Admin API",
"title": "Kong-Admin"
},
"host": "127.0.0.1:8001",
"basePath": "/",
"tags": [
@stackedsax
stackedsax / kubernetes_on_macOS.md
Last active February 12, 2017 01:21 — forked from kevin-smets/1_kubernetes_on_macOS.md
Local Kubernetes setup on macOS with minikube on VirtualBox

Requirements

Minikube requires that VT-x/AMD-v virtualization is enabled in BIOS. To check that this is enabled on OSX / macOS run:

sysctl -a | grep machdep.cpu.features | grep VMX

If there's output, you're good!

Prerequisites

@stackedsax
stackedsax / 0_reuse_code.js
Created July 21, 2016 18:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console