Skip to content

Instantly share code, notes, and snippets.

View ramanjiusa's full-sized avatar

Raman ramanjiusa

  • Little Elm Texas
View GitHub Profile
@ramanjiusa
ramanjiusa / install.md
Created November 10, 2023 02:22 — forked from mrbobbytables/install.md
Kubernetes Tutorial Install Prerequisites

Kubernetes Tutorial Install Instructions

If you have any questions or run into any problems, please don't hesitate to contact me here: [email protected]

All Platforms

Ensure your laptop has Virtualization Extensions (Intel VT or AMD-V) enabled and is capable of running a 2 core, 2GB RAM Virtual Machine.

Software to be Installed

@ramanjiusa
ramanjiusa / code
Created November 18, 2018 12:01
networkcode
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "VPC with 4 subnets/scurity group/parameters for vpc/subnet/az",
"Parameters" : {
"vpccidrblock": {
"Description": "VPC CIDR Blcok",
"Type": "String",