Learn to Code Cloud-Native Apps for Free

 ( 5 min read ) 

I was talking to a coworker the other day and they told me about their project they were working on. It was some legacy Java code on a Websphere cluster. Important work, but he was looking to branch out.

I told him that I was working with Kubernetes, Docker, and ICP (IBM Cloud Private) on Softlayer VMs. He was impressed but quickly asked:

“How did you get into that? How do I get into that?”

It was simple. I replied.

You can sign-up to IBM Cloud and run an any Cloud Foundry app for free (256MB) or create a Kubernetes cluster (2GB) and run several Docker containers on that, given they fit within that memory limit. You can even provision trial-sized services like MySQL, Cloudant, Db2, Redis, Spark, Object Storage, and much more. They each have some limitations, e.g. Redis will let you have 30MB storage with 30 connections at a time, but you gotta remember, you’re getting this service for free.

I told him, using the free Cloud account I would code and build Cloud-Native apps for free. I would play around with it, learning as I go. I started with learning the cf command-line utility to deploy apps to their Cloud Foundry runtime. Later I began using Docker and Kubernetes tools to deploy my apps in containers.

Using the skills I gained I would apply them to my projects and put that on my resume. Slowly, I began receiving more and more Cloud based project requests. And those projects helped to further develop my skills.

“Its that simple, huh?”

Yep, I said. Although, I’m glossing over the fact that there was a lot of self-driven\n effort on my part. All that time spent too. Almost 3 years learning these tools and concepts.

He was still curious and admitted he had no idea. He didn’t know these services were free to everyone, and not just IBM employees. I then offered to email him some links to get started in the right direction, and he quickly thanked me.

Many Cloud Providers Offer Free-tiers

I work for IBM, so naturally I’m started to learn their platform first. But you don’t have to follow what I did. There are several other Cloud providers that have free trials or free-levels of services. Some of these are platform based, virtual server based, services based, or a mix. Be sure to compare them and see what interests you the most to start learning!

Here are a few to take a look at:

I’ve also tried some virtual private server (VPS) providers like DigitalOcean and Vultr. But last time I checked they don’t offer any free trials or service, yet.

Also, You can get $1200 worth of IBM Cloud services right now, when you sign up for a Cognitive AI course. The courses are free and self-paced, with some topics on Big Data which I find particularly cool. If you’ve ever taken a edX or e-learning course its very similar to that. They offer this deal so you can take advantage of big services like Apache Spark, Kafka, and more, while you are taking the course to learn those technologies. Pretty sweet if you ask me!

Disclosure: I work for IBM as a Cloud App Developer.



Published: May 24, 2018
Category: web
Tags: cloud, apps, docker, kubernetes