/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ncorti.com
| | www.shuttle.rs
2.6 parsecs away

Travel
| | Implement Continuous Integration & Continuous Development effectively in your Rust project.
| | ariya.io
1.3 parsecs away

Travel
| | For React Native mobile apps targeting Android and iOS, an easy way to setup its continuous integration is to take advantage of Actions, an automation workflow service provided by GitHub. Even better, for open-source projects, GitHub Action offers unlimited free running minutes (at the time of this writing).
| | nabeelvalley.co.za
2.2 parsecs away

Travel
| | Build a GitHub action that updates your Twitter Profile
| | blog.nuculabs.de
13.2 parsecs away

Travel
| Hi ?, In this article I will talk about how to authenticate your applications to the Kubernetes API via the service accounts feature. Citing the Kubernetes docs, a service account for a pod: "provides an identity for processes that run in a Pod. When you (a human) access the cluster (for example, using kubectl), you are authenticated by the apiserver as a particular User Account (currently this is usually admin, unless your cluster administrator has customized your cluster). Processes in containers inside pods can also contact the apiserver. When they do, they are authenticated as a particular Service Account (for example, default)."