#go#devops_workflow#encrypt_secrets#gitops#kubernetes#kubernetes_secrets
Sealed Secrets is a tool for Kubernetes that lets you safely store sensitive information—like passwords or API keys—in your code repository by encrypting them so only your Kubernetes cluster can decrypt them. You use a tool called `kubeseal` to encrypt secrets on your computer, and then store the encrypted result in your repository. When you apply this encrypted secret to your cluster, a special controller inside Kubernetes decrypts it and creates a regular secret that your apps can use. This means you can manage all your configuration in Git, even secrets, without worrying about exposing sensitive data, and only the cluster itself can access the real secret[2][5][1]. The benefit is that your secrets are protected at every step, and you can use Git workflows for everything, making your setup more secure and easier to manage.
https://github.com/bitnami-labs/sealed-secrets
🚢Nordic American Tankers продаёт Suezmax за $40 млн.
Танкерный оператор Nordic American Tankers (NAT) реализовал один из самых возрастных судов флота — Suezmax постройки 2005 года — по цене около $40 млн.
Название не раскрывается, однако под параметры подпадают "Nordic Freedom" и "Nordic Skier".
Сделка отражает текущую конъюнктуру рынка, где даже возрастной тоннаж сохраняет высокую ликвидность на фоне ограниченного предложения и геополитической нестабильности. Ранее компания также согласовала продажу ещё одного Suezmax 2003 года постройки за $25 млн.
С операционной точки зрения, Nordic American Tankers проводит постепенное омоложение флота, фиксируя высокие цены на вторичном рынке и высвобождая капитал для дальнейших инвестиций.
Компания заявляет о планах расширения флота на фоне благоприятных рыночных перспектив.
📌Nordic American Tankers Ltd. — основана в 1995 году, публичная танкерная компания, зарегистрированная на NYSE, специализируется на флоте Suezmax; контролируется основателем и ключевым акционером Хербьерн Ханссон (Herbjørn Hansson).
#Tankers#Suezmax#Shipping#NAT#SecondHand
#go#blockchain#cloudvpn#golang#golang_library#holepunch#ipfs#ipfs_blockchain#kubernetes#libp2p#mesh#mesh_networks#nat#networking#p2p#p2pvpn#tunnel#vpn
EdgeVPN lets you create secure, decentralized private networks using peer-to-peer (p2p) connections without relying on central servers. It can build a VPN that automatically assigns IPs, includes a small DNS server, and protects your network even if tokens leak. You can also use it as a reverse proxy to share TCP services or send files securely over p2p without a VPN connection. It works well for edge devices and development, especially behind NATs, and can be integrated into your own Go programs. This helps you connect devices easily and securely across different networks without complex setup or infrastructure.
https://github.com/mudler/edgevpn