HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zak905

no profile record

Submissions

[untitled]

1 points·by zak905·قبل شهرين·0 comments

Show HN: Kubectl plugin for backup (like Velero)

github.com
1 points·by zak905·قبل شهرين·0 comments

[untitled]

1 points·by zak905·قبل 9 أشهر·0 comments

Show HN: CLI tool to query software semantic versions data

github.com
2 points·by zak905·قبل 10 أشهر·0 comments

[untitled]

1 points·by zak905·السنة الماضية·0 comments

[untitled]

1 points·by zak905·قبل سنتين·0 comments

[untitled]

1 points·by zak905·قبل سنتين·0 comments

[untitled]

1 points·by zak905·قبل سنتين·0 comments

[untitled]

1 points·by zak905·قبل سنتين·0 comments

[untitled]

1 points·by zak905·قبل 3 سنوات·0 comments

comments

zak905
·السنة الماضية·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
·قبل سنتين·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
·قبل سنتين·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
·قبل 3 سنوات·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
zak905
·قبل 3 سنوات·discuss
In the same spirit as the nushell project https://www.nushell.sh/