bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

255
active users

#gke

0 posts0 participants0 posts today
Nicolas Fränkel 🇺🇦🇬🇪<p>This week’s post is the third and final in my series about running tests on <a href="https://mastodon.top/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> for each pull request. In the 1st post, I described the app and how to test locally using <a href="https://mastodon.top/tags/Testcontainers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testcontainers</span></a> and in a <a href="https://mastodon.top/tags/GitHub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitHub</span></a> workflow. The second post focused on setting up <a href="https://mastodon.top/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a> and running end-to-end tests on Kubernetes.</p><p>In this post, I’ll show how to benefit from the best of both worlds with <a href="https://mastodon.top/tags/vCluster" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vCluster</span></a>: a single cluster with testing from each PR in complete isolation from others.</p><p><a href="https://blog.frankel.ch/pr-testing-kubernetes/3/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.frankel.ch/pr-testing-kub</span><span class="invisible">ernetes/3/</span></a></p>
Nicolas Fränkel 🇺🇦🇬🇪<p>I’m continuing my series on running the test suite for each PR on <a href="https://mastodon.top/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a>. In the previous post, I laid the groundwork for our learning journey.</p><p>This week, I will raise the ante:</p><p>* Create and configure a <a href="https://mastodon.top/tags/GoogleKubernetesEngine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoogleKubernetesEngine</span></a> instance<br>* Create a Kubernetes manifest for the app, with <a href="https://mastodon.top/tags/Kustomize" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kustomize</span></a> for customization<br>* Allow the <a href="https://mastodon.top/tags/GitHub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitHub</span></a> workflow to use the <a href="https://mastodon.top/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a> instance<br>* Build the Docker image and store it in the GitHub Docker repo<br>* Finally, run the end-to-end test</p><p><a href="https://blog.frankel.ch/pr-testing-kubernetes/2/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.frankel.ch/pr-testing-kub</span><span class="invisible">ernetes/2/</span></a></p>