How to Switch Namespaces in Kubernetes
2023-08-23What is Namespace in Kubernetes? In simple words, namespaces offer a means of segregating sets of resources within a unified cluster…
What is Namespace in Kubernetes? In simple words, namespaces offer a means of segregating sets of resources within a unified cluster…
Accordions are one of the most commonly used UI components for any website. For example FAQs section of the website, where only the question…
We always keep moving forward and backward between commits in . Once you checked out a previous hash no more shows the next commits, we end…
Dockerizing an application is simple, effective, but optimizing the size of Docker Image is the tricky part. Docker is easy to use but once…
We always type , while working on feature branch we type , sometimes the names of the feature branch is not easy then we use to push the…
Recently I started using Docker in my internship and sometimes you just mess up your docker images and containers, so you wanted to start…
Visual Code is an amazing editor and I use it for my everyday code. One thing bugs me every time is the files are not open permanently until…
Recently after upgrading the python version to , I started getting this error every time I am running any python script. The reason behind…
What is IRC? [Internet Relay Chat] - IRC is a protocol that provides a way to communicate in real-time with people from all over the world…
Creating GitHub gists is always a problem if you want to share some changes in your code with someone else. First, you need to copy the…