Niv's Blog
  • About Me
  • Resources
    Beautiful Jekyll Learn markdown
  • Author's home
  • Search
✕

    Niv Gal Waizer Blog


    Sharing the stuff I learn along the way
    • How to retry in Golang using kubernetes wait

      Posted on August 3, 2022

      I was looking on how to retry a Post request in case it failed. I first used github.com/avast/retry-go: [Read More]
      Tags:
      • go
      • golang
      • retry
      • kubernetes
    • Get your go linter here

      Posted on July 31, 2022

      In goland, open your settings, and intall this plug-in: match the project definitions as in .golangci.yml:
      Tags:
      • go
      • golang
      • goland
    • Kubernetes simulator

      Posted on July 25, 2022

      I wanted to test my deployment from a previous post, and used a simulator. To run kind on RHEL 8.6 I had to: Use Iptables in firewalld sudo edit /etc/sysconfig/grub line “GRUB_CMDLINE_LINUX” change ipv6.disable to =0 , then grub2-mkconfig -o /boot/grub2/grub.cfg due to Setting ipv6.disable=1 prevents both IPv4 and IPv6... [Read More]
      Tags:
      • kubernetes
      • test
      • simulator
    • How to deploy in golang

      Posted on July 20, 2022

      kubernetes offers a go wrapper to its API to allow you to do create update delete deployment, In fact look at this [Read More]
      Tags:
      • go
      • golang
      • kubernetes
    • Grateful for my team

      Posted on July 16, 2022

      Post thumbnail
      Post thumbnail
      Last night, members of the CNF-QE team met after work, and that got me thinking, that I want to write about them: Shanks - Great manager, kind and attentive. Thank you for the advice and sharing your experience on so many dilemmas. Ofer - Excellent networking skills, can really get... [Read More]
      Tags:
      • redhat
      • team
    • ← Newer Posts
    • Older Posts →
    • Email me
    • GitHub
    • LinkedIn
    • Xing
    • StackOverflow

    Niv Gal Waizer  •  2023  •  Edit page

    Powered by Beautiful Jekyll