HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zak905

no profile record

Submissions

[untitled]

1 points·by zak905·vor 2 Monaten·0 comments

Show HN: Kubectl plugin for backup (like Velero)

github.com
1 points·by zak905·vor 2 Monaten·0 comments

[untitled]

1 points·by zak905·vor 9 Monaten·0 comments

Show HN: CLI tool to query software semantic versions data

github.com
2 points·by zak905·vor 10 Monaten·0 comments

[untitled]

1 points·by zak905·letztes Jahr·0 comments

[untitled]

1 points·by zak905·vor 2 Jahren·0 comments

[untitled]

1 points·by zak905·vor 2 Jahren·0 comments

[untitled]

1 points·by zak905·vor 2 Jahren·0 comments

[untitled]

1 points·by zak905·vor 2 Jahren·0 comments

comments

zak905
·letztes Jahr·discuss
I had the worst possible experience upgrading from 20.04 to 22.04, I wrote something about it: http://www.zakariaamine.com/2023-08-27/disastrous-ubuntu-upg...
zak905
·vor 2 Jahren·discuss
I tried to solve Flatland Space Stations: https://www.hackerrank.com/challenges/flatland-space-station... on HackerRank lately in Python, but I had to switch to Golang because I could not make the cases with large input sizes (O(very large)) pass. I am relaying the challenge here, and wondering if folks on hackernews can crack a solution in Python.
zak905
·vor 2 Jahren·discuss
An overview about a minimal (I hope yet useful) contribution that I have submitted to the Helm project. Looking forward to hear some of your thoughts.
zak905
·vor 3 Jahren·discuss
I wrote a simple Kubernetes operator for renewing AWS container registry (ECR) credentials in several namespaces. The credentials expire every 12h, and the Kubernetes secret for pulling the images from ECR need to be renewed whenever a workload is to be created/updated. The operator takes care of renewing the Kubernetes secret every 12h in all the configured namespaces: https://github.com/zak905/kube-ecr-secrets-operator