9 posts tagged with "golang"
Deploying Preview Environments for Docker Compose Applications using Okteto and GitHub
A preview environment is an isolated development environment created during a development process to enable you keep track of the changes made to your...
How to Develop Docker Compose Applications Remotely with Okteto Cloud
Local development with docker-compose has proved to be easy as applications are easily spun off with one command irrespective of the operating system....
A Step-by-step Guide on Deploying Your Docker Compose Application to Okteto
Naturally, applications deployed to Kubernetes are containerized and mostly built as docker images. A docker-compose manifest is a configuration manifest...
Building Startups with Go
Go is often associated with Enterprise solutions, but many startups opt to use it from day one. Why is that? On this week's episode of GoTime Live!, Jon...
Building a Machine Learning Application with spaGO and Okteto Cloud
Author bio: Sangam is Developer Advocate at Accurics. He's also a Docker Community Leader Award Winner and an Okteto and Traefik Community Ambassador....
Local Kubernetes Development With Crossplane and Okteto
Last week I co-hosted an episode of The Binding Status with Crossplane's maintainer Daniel Mangum. It was a blast! We talked about our open source project,...
Remote Kubernetes Development in Visual Studio Code with Okteto
Microsoft released the Visual Studio Code Remote Development Extension Pack a few months ago, enabling developers to work with remote development environments...
How to Develop and Debug Go Applications on Kubernetes
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
How to Develop a Serverless App with OpenFaaS and Okteto
OpenFaaS (Functions as a Service) is a framework for building serverless functions with Docker and Kubernetes. OpenFaaS simplifies your application by...