Skip to content

This is just some reference material I wanted to save for furture references. Just as precaution after I lost a lot of stuffs when my laptop crashed. :)

Notifications You must be signed in to change notification settings

amrutprabhu/kubernetes-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repo Description

These are some of the examples of my brain dump while working with kubernetes, exploring various aspects. These examples are just as reference guide.

Useful kubernetes plugins in Intellij

I have been using the kubernetes plugin in intellij, which helps in a lot of the autocomplete features.

Kubernetes Plugin: https://plugins.jetbrains.com/plugin/10485-kubernetes

Kubernetes topics

Top level directory contain sample deployment and sample pod descriptors.

Kind Cluster

start the multi-node kind kuberneted cluster with the following command.

kind create cluster --name cluster-1 --config kind-cluster-config.yaml

Delete kind cluster

kind delete cluster --name cluster-1

About

This is just some reference material I wanted to save for furture references. Just as precaution after I lost a lot of stuffs when my laptop crashed. :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published