Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to expose external ip in kubernetes

 kubectl expose deployment hello-world --type=LoadBalancer --name=my-service
Comment

patch external ip kubectl

kubectl patch svc backend -p '{"spec":{"externalIPs":["192.168.0.194"]}}'
Comment

PREVIOUS NEXT
Code Example
Shell :: mysqldump cli 
Shell :: git diff between one file 
Shell :: kali linux download 
Shell :: linux user all permissions 
Shell :: how to install docker compose on windows 
Shell :: linux bash do something when file changes 
Shell :: ppsspp debian 10 
Shell :: copy ssh key from windows to linux 
Shell :: ssh-keygen ed25519 
Shell :: pull everything git 
Shell :: install rvm for ruby 
Shell :: linux ls show full path 
Shell :: run docker as user not root 
Shell :: bash do while one line 
Shell :: how to uninstall cuda 
Shell :: django oauth toolkit 
Shell :: grep word after match 
Shell :: how to kill a process in linux 
Shell :: linux add user with home directory 
Shell :: kill process bash 
Shell :: what is bin/bash 
Shell :: linux mount sd card 
Shell :: add and install gem rails 
Shell :: git backtrack to commit 
Shell :: install node on fish shell 
Shell :: bash script assign array to variable 
Shell :: cannot reindex from a duplicate axis 
Shell :: sublime text linux 
Shell :: check memcached status 
Shell :: what is user in linux? 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =