Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kubectl get logs of deployment

kubectl logs -f deployment/<name-of-deployment>
or
kubectl logs deployment/<name-of-deployment>
Comment

kubectl logs with grep

kubectl log bino | grep "error unable-to-access-website" >> John/Doe/Bino/log.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: how to add gif in github readme 
Shell :: how to check if a commit is in a branch 
Shell :: linux home dir shortcut 
Shell :: laravel download 
Shell :: git amend 
Shell :: update git config username and email 
Shell :: vim how to append to every line 
Shell :: add a cookie to curl 
Shell :: debian sudo without password 
Shell :: create a virtual environment python 3.8 
Shell :: Port 5000 is not open on localhost, could not start functions emulator 
Shell :: git push -u origin master 
Shell :: bash convert string to uppercase 
Shell :: get wsl version 
Shell :: curl ssl verify false cli 
Shell :: nvm change node version 
Shell :: git checkout multiple branches at once 
Shell :: uuntu free port from use 
Shell :: how to kill intellij process in linux 
Shell :: github readme stats 
Shell :: ubuntu large text 
Shell :: install openvino ubuntu 
Shell :: loop over array of strings bash 
Shell :: shell load file as variable 
Shell :: add user to sudo 
Shell :: zsh: command not found: npm 
Shell :: how to install mongodb in ubuntu 20.04 lts fossa 
Shell :: How to remove docker.io from Ubuntu? 
Shell :: how to count files in a directory linux 
Shell :: run shell script in dockerfile 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =