Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles by jamie macdonald
2 articles
How to Use Local Docker Images With Minikube?
Why Use a Local Docker ImageYou may find yourself in the position where you will need to test a pod locally for the following reasons:Your organisation does not allow you to submit Docker images to public repositories for intellectual or security reasons You may not want to have access to your ECR host locally for development You may be just trying something out and want to test it in a local test environment without making it available to the rest of your teamThe first thing you have to do is make sure that you have set the following command.eval $(minikube docker-env)This essentially ...
Read More9 Easy Steps to a Kubernetes Developer Qualification (CKAD)
Appearing for the Certified Kubernetes Application Developer (CKAD) exam can seem like a daunting task and I can confirm this is the case. This is a practical exam with real-life tasks to complete, the first of which I have sat in my 20 years of software engineering, no multiple choice, just real examples in the terminal to get your teeth into.Let's go through some some of the tips that I took forward when appearing for this exam. Tip One: Namespacing Reasons why efficiencies can and should be made are as follows: ...
Read More