HKHazem Khairyinhazemkh.hashnode.dev·Apr 26 · 2 min readSkopeo: Push Container Images without Privileged Access:Want to Push Container Images Without Docker or Privileged Access? Use Skopeo If you need to move container images between registries, the common approach is: docker pull <source-registry>/image:tag d00
HKHazem Khairyinhazemkh.hashnode.dev·Apr 10 · 2 min readNginx isn’t dead, Ingress-Nginx isIngress-nginx retirement Last November, we saw that ingress-nginx is heading toward retirement. That does not mean NGINX itself is going away. That’s not true at all. Nginx vs Ingress-Nginx vs Kuberne00
HKHazem Khairyinhazemkh.hashnode.dev·Sep 21, 2022 · 3 min readNo, Big O notation is not equivalent to saying "worst case scenario"One may be tempted to believe that Big O is just a notation for the worst case analysis. After all, Big O is an "upper bound" notation. Isn't the upper bound equivalent to the worst case? For the sa00