Skip to content

Instantly share code, notes, and snippets.

View ritsz's full-sized avatar

Ritesh Ranjan ritsz

View GitHub Profile
@MadhavJivrajani
MadhavJivrajani / k8s-horizontals-getting-started.md
Created October 15, 2021 13:58
This is a list of resources that I personally found helpful while trying to understand containers and kubernetes from a big-picture POV.

Getting Started With Kubernetes On A High Level

One of biggest barriers when trying to get started with Kubernetes is that there's so much content out there that it's kinda overwhelming - and that's totally normal! The intent of this document is to try and provide directed resources in a roadmap like fashion to understand and learn about the horizontals of Kubernetes - post which you can dive deep into any vertical while keeping the bigger picture in mind - that this document hopes to provide.

This is a set of resources for different topics that I found particularly helpful when getting started, and hopefully you do too! I've tried to list them out in order of consumption. If A comes before B under a subtopic, then it's probably that A has topics needed for B, or that A attempts to explain topics of B in a slightly simpler (not nescessarily better) manner than B.

Containers

Feel free to skip over if you're already familiar with containers and have some idea about what they are and why they exist.

@ritsz
ritsz / .conkyrc
Created September 22, 2013 16:36
background yes
use_xft yes
xftfont HandelGotD:size=9
xftalpha 0.5
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
from pygame import mixer,error,movie
from random import randrange
import commands as com
import cv
import sys
name = "_ritszy_'s MediaPlayer y'all !! "
image = "/home/ritesh/Pictures/acdc.jpg"
prev = ""
mute,paused = False,False
@ritsz
ritsz / xnpro.h
Created November 12, 2012 10:29
Using Kinect+OpenNI,changing global HeadPoint[] which is used by OSG to edit the views. 3D Kalman Filter for removing noisy Kinect measurements.User selection depending upon distance from ROI=(X,Y,Z).
unsigned __stdcall xnproThread(void *arg);
extern double headPoint[3];
extern bool endit;