Opens profile photo
Follow
Click to Follow ciberkleid
Cora Iberkleid 🚢
@ciberkleid
Developer Advocate
typeshare.co/ciberkleidJoined January 2012

Cora Iberkleid 🚢’s Tweets

Join us this Thursday for a talk on Next Gen GitOps. will also be previewing a new #opensource tool called Kargo!!
Quote Tweet
💥Announcing "Next Gen GitOps" - a talk by Kent Rancourt, Founding Engineer at @akuityio #GitOps #DevOps #CloudComputing @kubernetesio #CloudNativeNY Join us! 🗓️Thursday, May 18 at 6PM ET 🗺️ VMware Office, New York, NY ✏️ RSVP link... meetup.com/cloud-native-n
Show this thread
1
Square profile picture
As delivering and operating modern apps becomes more complex, golden paths to production have emerged as a solution for product teams 🙌 James Watters explains how to invest in your platform team and enable a golden path culture:
8
In this talk, I present tools and techniques to improve the inner development loop with Java on Kubernetes. Buildpacks, Knative, Tilt, Telepresence, Argo CD and Cartographer help enhance the developer experience, reduce the cognitive load and separate concerns with the platform.
Quote Tweet
It's not easy to build scalable, resilient and observable Spring applications that take full advantage of the cloud computing model. @vitalethomas will teach you how to build a cloud native application following the principles of test-driven development youtu.be/SSuGJZIwnZs?li
Image
1
10
I can't express how happy I am to see this published! We now have "from creators" guides on how to start with and use thanks to and the rest of the team great efforts! 👏 Started with Java, but will add other languages soon too 🥳
Quote Tweet
We have been working on creating task-oriented and to-the-point guides on how to efficiently use @testcontainers. We have already published a few guides, and more guides are coming. Head to testcontainers.com/guides/ and get started with Testcontainers.
1
22
📘 and I had a fun conversation with authors Parth Pandit and Rob Hardt following the publication of their book, DevSecOps in Practice with VMware Tanzu. Check it out! :)
Quote Tweet
📚I'm often asked "What is Tanzu?" There's a new book that's the best overview I've read yet. AND I WORK HERE! It's DevSecOps in Practice with VMware Tanzu. @ciberkleid & I talked with the authors this week. Learn how to get the most out of kubernetes. youtube.com/watch?v=gl8jad
When you need to transfer images between container registries/repos, there are a few handy tools you can use: imgpkg, skopeo, and crane. With imgpkg, you can even transfer the cosign signatures for the images. All 3 tools work without having to pull the images first.
Full code on GitHub Gist: https://gist.github.com/ThomasVitale/7ca984e96a3bc6c422ced0c5c59c4927#file-transfer-container-images-example-sh

Transcript follows:

# Imgpkg => https://carvel.dev/imgpkg
imgpkg copy \
	-i docker.io/thomasvitale/book-service:1.0 \
    --to-repo ghcr.io/thomasvitale/book-service \
    --cosign-signatures

# Skopeo => https://github.com/containers/skopeo
skopeo copy \
    docker://docker.io/thomasvitale/book-service:1.0 \
    docker://quay.io/thomasvitale/book-service:1.0

# Crane https://github.com/google/go-containerregistry/blob/main/cmd/crane
crane cp \
	docker.io/thomasvitale/book-service:1.0 \
    ghcr.io/thomasvitale/book-service:1.0
1
16
Indeed! Great session! Thank you for the jam-packed presentation and and all the attendees for the enriching chat! Catch the recording to learn about . And congrats to on the recent round of funding!! 💪
Quote Tweet
It was so much fun! Thank you so much @ciberkleid for hosting me and @EdduMelendez for answering all the questions! If you want to learn a bit about @testcontainers and @springboot -- here you go: youtube.com/watch?v=fF-9Aj
10
Join us at this Thursday, March 9, for a discussion with on streamlining your existing IT infrastructure operations!
Quote Tweet
Thursday, March 9 - Jim Slavin of @AgileCloudInsti on simplifying dev, delivery, and mgmt of your existing IT platforms, including an overview of a free tool that to help you get the job done! Join us! #EnterpriseArchitecture #DevOps #agile #CloudComputing meetup.com/cloud-native-n
1
Tomorrow, I'm joining the "Choose Your Own Adventure: The Treacherous Trek to Production" show hosted by and . I can't wait! 🤩 The episode will focus on defining and deploying apps on Kubernetes, featuring ytt, Kustomize, , and cdk8s.
Quote Tweet
The "You Choose" adventure continues. The next choice will be about defining and deploying apps featuring @CloudNativeFdn projects @carvel_dev #ytt, @HelmPack, #kustomize, and @awscloud #cdk8s. youtube.com/live/QwU3JmjyK @wiggitywhitney @DevopsToolkit
10
Heads up, . Join us Thursday!
Quote Tweet
Looking to move beyond Docker and Jib in Kubernetes? This is the talk for you. Come learn from @ciberkleid about Cloud Native Buildpacks. Plus two lightning talk speakers, pizza and prizes. See you Thursday! Sign up at javasig.com
batteries and containers in clouds
3