HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zak905

no profile record

Submissions

[untitled]

1 points·by zak905·há 2 meses·0 comments

Show HN: Kubectl plugin for backup (like Velero)

github.com
1 points·by zak905·há 2 meses·0 comments

[untitled]

1 points·by zak905·há 9 meses·0 comments

Show HN: CLI tool to query software semantic versions data

github.com
2 points·by zak905·há 10 meses·0 comments

[untitled]

1 points·by zak905·ano passado·0 comments

[untitled]

1 points·by zak905·há 2 anos·0 comments

[untitled]

1 points·by zak905·há 2 anos·0 comments

[untitled]

1 points·by zak905·há 2 anos·0 comments

[untitled]

1 points·by zak905·há 2 anos·0 comments

comments

zak905
·ano passado·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
·há 2 anos·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
·há 2 anos·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
·há 3 anos·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
·há 3 anos·discuss
In the same spirit as the nushell project https://www.nushell.sh/