Blog posts tagged "conjure-up"
The appeal of Kubernetes is universal. Application development, operations and infrastructure teams recognise diverse reasons for its immediate utility and growing potential — a testament of Kubernetes’ empathetic design. Web apps, galvanised by the 12 factor pattern as well as microservice-structured applications find a native habitat in
Automate your Kubernetes deployments on AWS, Azure, and Google Recently, there’s been talk about how Kubernetes has become hard to deploy and run on virtual substrates such as those offered by the public clouds. Indeed, the cloud-specific quirks around infrastructure provisioning, including storage, networking assets such as load balancer
OpenStack is the de facto open source standard to build private and public clouds. We believe deploying and getting familiar with OpenStack should be an easy task for all developers, that’s why we have built conjure-up, a simple interface to deploy big software with best practices built-in. In this tutorial, you will learn how to
This article originally appeared on Kevin Monroe’s blog Keeping an eye on logs and metrics is a necessary evil for cluster admins. The benefits are clear: metrics help you set reasonable performance goals, while log analysis can uncover issues that impact your workloads. The hard part, however, is getting a slew of applications to work
I read the Hacker News post Heptio Contour and I thought “Cool! A project from our friends at Heptio, lets see what they got for us”. I wont lie to you, at first I was a bit disappointed because there was no special mention for Canonical Distribution of Kubernetes (CDK) but I understand, I am asking too much :). Let me cover this gap here
This article originally appeared on Mike Wilson’s blog Having a renewed interest in irc again, I found that the best option to stay in touch is to keep Weechat running all the time and relaying the chat to Glowing Bear. This allows for notifications on my phone of mentions and being able to see missed chat when away
Welcome to the seventh Ubuntu OpenStack development summary! This summary is intended to be a regular communication of activities and plans happening in and around Ubuntu OpenStack, covering but not limited to the distribution and deployment of OpenStack on Ubuntu. If there is something that you would like to see covered in future summari
A few years ago, the simplest method to deploy and operate Kubernetes on Ubuntu was with conjure-up. Whether the substrate is a public cloud (AWS, Azure, GCP, etc) private virtualized environments (VMware) or bare metal, conjure-up will allow you to quickly install a fully functional, production-grade Kubernetes. But what if you wanted to
LXDWe’ve taken some preliminary steps in providing the user better feedback when wanting to deploy onto the localhost provider. If conjure-up isn’t able to talk to the same API endpoints Juju can then our probability of success is next to none.We do some fancy realtime UI updates so
With conjure-up 2.2.2 out the door we bring a whole host of improvements!sudo snap install conjure-up --classic Improved LocalhostWe recently switched over to using a bundled LXD and with that change came a few hiccups in deployments. We’ve been monitoring the error reports coming in and
We are excited to announce the release of Juju 2.2.0 and conjure-up 2.2.0! This release greatly enhances memory and CPU utilisation at scale, improves the modelling of networks, and adds support for KVM containers on arm64. Additionally, there is now outline support for Oracle Compute, and vSphere clouds are now easier to deploy. conjure-
This week, we announced the availability of release 1.5.2 of The Canonical Distribution of Kubernetes. This is a pure upstream kubernetes developed in collaboration with Google that works across all major public clouds and private infrastructure. We’re excited for people to try out the Canonical Distribution of Kubernetes, so we’ve put
This is the eleventh blog post in this series about LXD 2.0. Introduction First of all, sorry for the delay. It took quite a long time before I finally managed to get all of this going. My first attempts were using devstack which ran into a number of issues that had to be resolved. Yet
There are few things that really get me excited when it comes to technology. But those that do can be classified as follows: Technology that makes my life easier Technology that makes my job easier Anything Ubuntu Linux related Canonical, the company I work for, has released a tool which touches each of my interest… Continue reading Conju
Have a big software project you want to get in front of users with the least amount of barriers? Maybe it has a lot of dependencies, target runtimes, and/or micro-service type relationships. Don’t feel like writing a book’s worth of install and configuration documentation? Wish you could just tell folks to just conjure-up your project?