Skip to content

Instantly share code, notes, and snippets.

View rajdeepbhattacharya's full-sized avatar
🐢
Excited about solving problems

Rajdeep Bhattacharya rajdeepbhattacharya

🐢
Excited about solving problems
View GitHub Profile
# AlpineLinux with a glibc-2.21 and Oracle Java 8
FROM alpine:3.2
MAINTAINER Rajdeep Bhattacharya
# Install cURL
RUN apk --update add wget ca-certificates tar
alias k='kubectl'
alias kgp='kubectl get pods'
alias kgs='kubectl get svc'
alias kgcs='kubectl get componentstatuses'
alias kctx='kubectl config current-context'
alias kcux='kubectl config use-context'
alias kcgx='kubectl config get-context'
alias kgd='kubectl get deployment'
alias kge='kubectl get endpoints'
alias kgn='kubectl get nodes'