Giter VIP home page Giter VIP logo

kubernetes-tanfolyam-demo's Introduction

docker-kubernetes

cd ~
git clone https://github.com/shiwaforce/kubernetes-tanfolyam-demo.git

cd kubernetes-tanfolyam-demo

git config --global --unset user.name
git config --global --unset user.email

git config --global user.name "Anton KOVACH"
git config --global user.email "samplesemail"

git config credential.helper store

git pull

https://code.visualstudio.com/docs/setup/linux

curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'

sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install code # or code-insiders

code

1. Docker kitisztitasa
docker system prune -a

2. minikube ujrainditasa
minikube stop
minikube delete
minikube config set memory 4096
minikube config set disk-size 10240MB
minikube config set vm-driver virtualbox
minikube start
minikube config set dashboard true
minikube config set ingress true

3. [ha mar volt nem kell] kubectx es kubens telepitese
sudo git clone https://github.com/ahmetb/kubectx /opt/kubectx
sudo ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx
sudo ln -s /opt/kubectx/kubens /usr/local/bin/kubens

$ kubectx
minikube

$ kubens
default
kube-public
kube-system

4. Test
minikube ip | grep 192.168

Bongeszobol:
www.192.168.56.101.xip.io

Valasz:
default backend - 404
OK!

5. Install helm

helm ls

kubernetes-tanfolyam-demo's People

Contributors

antonkovach avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.