dhduc / k8s-mastery

Forked https://github.com/rinormaloku/k8s-mastery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the source files needed to follow the series Kubernetes and everything else or summarized as an article in Learn Kubernetes in Under 3 Hours: A Detailed Guide to Orchestrating Containers

To learn more about Kubernetes and other related topics check the following examples with the Sentiment Analysis application:

Install

  • minikube
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube
minikube start
  • kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
kubectl version
  • maven
sudo apt install maven
mvn -version

About

Forked https://github.com/rinormaloku/k8s-mastery


Languages

Language:JavaScript 55.8%Language:Java 18.7%Language:HTML 12.5%Language:CSS 4.9%Language:Dockerfile 4.7%Language:Python 3.5%