Sunteți pe pagina 1din 3

https://www.educba.

com/dhcp-server-in-linux/
Gnome-system-monitor
http://sivagamiannamalai.blogspot.com/2015/04/hackerrank-bash-challenges-more-on.html
https://coderinme.com/basic-bash-concepts-ii-hackerrank-solution/
https://coderinme.com/sum-of-digits-of-number-using-shell-coderinme/

● find sum of digits of number using shell. how we will calculate


● Calculate the area and perimeter of rectangle and area and circumference of circle
coderinme
● Length conversion using shell coderinme
● Calculate the gross salary using shell script coderinme
https://itsfoss.com/bash-challenge-5/

declare -i SUM=0
while read X ; do
SUM+=$((10#$X))
done < sample.data
echo "Sum is: $SUM"

https://www.learnshell.org/en/Variables
https://www.redwireservices.com/remote-x11-for-linux-unix

https://computingforgeeks.com/how-to-run-minikube-on-kvm/
https://platform9.com/blog/tutorial-dynamic-provisioning-of-persistent-storage-in-kubernetes-
with-minikube/ https://kubernetes.io/blog/2018/04/13/local-persistent-volumes-beta/
https://kubernetes.io/blog/2019/04/04/kubernetes-1.14-local-persistent-volumes-ga/
https://www.osradar.com/how-to-manage-partitions-in-ce

minikube addons enable storage-provisioner


https://github.com/kubernetes/minikube/issues/3129

https://minikube.sigs.k8s.io/docs/reference/networking/proxy/

docker build -t kaldi-gstreamer-server:1.0


https://github.com/jcsilva/docker-kaldi-gstreamer-server.git
https://dzone.com/articles/running-local-docker-images-in-kubernetes-1

https://managedkube.com/kubernetes/k8sbot/troubleshooting/imagepullbackoff/2019/02/23/i
magepullbackoff.html

kubectl create secret docker-registry registry-secret \


--docker-server=​https://hub.docker.com/repository/docker/chandu0437/minikube​ \
--docker-username=chandu0437 \
--docker-password=Bfbpd7280q \
--docker-email=​chandu0437@gmail.com
systemctl edit docker.service
Sudo dockerd
--registry-mirror=https://hub.docker.com/repository/docker/chandu0437/minikube

cat ~/.docker/config.json

kubectl create secret generic regcred ​\


--from-file​=​.dockerconfigjson​=$(​cat ~/.docker/config.json) ​\
--type​=​kubernetes.io/dockerconfigjson

Visudo --

https://awesomeopensource.com/project/lucperkins/colossus
minikube start --insecure-registry localhost:5000

yum install bind bind-utils -y


vi /etc/named.conf
Adding DNS Server in Network

Add the DNS Server IP in network interface file.

vi /etc/sysconfig/network-scripts/ifcfg-eno1
https://www.osradar.com/how-to-install-and-configure-dns-on-rhel-8-and-centos-8/
https://gravitational.com/blog/troubleshooting-kubernetes-networking/

------------------ kubectl exec -ti hello.. -- /bin/bash


curl ​http://172.28.21.3:5000

On the host with a container we are going to capture traffic related to container target IP:
tcpdump -i any host 172.28.21.3
As you see there is a trouble on the wire as kernel fails to route the packets to the target IP.

netbox

Having a lightweight container with all the tools packaged inside can be helpful.

https://blog.appoptics.com/how-to-troubleshoot-kubernetes-network-issues/

---- kubectl exec -ti testbox-2460950909-5wdr4 -- /bin/bash

https://blog.heptio.com/configuring-your-linux-host-to-resolve-a-local-kubernetes-clusters-ser
vice-urls-a8c7bdb212a7
https://github.com/vmware-tanzu/velero
sudo vim /etc/netconfig

S-ar putea să vă placă și