Docker Tutorials: Working with Ports in Docker Containers

Port expose and publish has to happen when a container is created. Just stop the existing container and create a new one in its place with the added expose and/or…

Read more »

Top 50 traefik Interview Questions & Answer

1) What is Traefik software? Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker,…

Read more »

How to expose multiple port in services in kubernetes or Multi-Port Services

You have two options: You could have multiple services, one for each port. As you pointed out, each service will end up with a different IP address You could have…

Read more »

Changing port of ftp and ssh

rajeshkumar created the topic: Changing port of ftp and ssh Changing port of ftp and ssh To Change the port of ssh, edit the file /etc/ssh/sshd_config and add the following…

Read more »

How to Change Jenkins HTTP port number?

How to Change Jenkins HTTP port number? Change a jenkins web http port in WindowsStep 1 – Stop the jenkins servicesStep 2 – Go to the directory where you installed…

Read more »