Skip to content

prasanna7401/Learn_Kubernetes

Repository files navigation

Learn Kubernetes

Lab: To setup your own lab environment, you can either use minikube, local nodes, or managed k8s services. This repository contains a terraform code to set up Azure K8s Service cluster here.

Useful tips

  1. Configure tab completion for kubectl

    1. Edit the bashrc profile: vim ~/.bashrc
    2. Add a new line: source <(kubectl completion bash).

    Note: If you are using an alias k for kubectl, you need to the add a new line with complete -o default -F __start_kubectl k.

  2. Use kubectl api-resources --namespaced=true or false to find the Shortforms, APIVersions, and Kind for any yaml.

Command Cheatsheet

cheatsheat

About

Learn Kubernetes

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •